https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8dc4be0c99ab511409582216943da89640bc2f28 authored by Adam Beardsley on 09 August 2017, 16:45:27 UTC, committed by Bryna Hazelton on 09 August 2017, 16:53:30 UTC
1 parent 6cecb1b
Raw File
Tip revision: 8dc4be0c99ab511409582216943da89640bc2f28 authored by Adam Beardsley on 09 August 2017, 16:45:27 UTC
update readme to point to conda-forge aipy
Tip revision: 8dc4be0
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top