Resolve "Discontinue Python 2.7 support?": Bilby is now python3.5+
Closes #410 (closed)
Summary of changes
- Add an check in
setup.py
that the python version is at least 3.5 - Add the
python_requires
to the setup.py (used bypip
) - Add an error message at import if the python version is less than 3
- Update the documentation to indicate it is only python3 compatible
- Update the documentation to recommend
pip install
Edited by Gregory Ashton