-
Notifications
You must be signed in to change notification settings - Fork 14
Installation and Requirements
Paul Hancock edited this page Jan 23, 2024
·
13 revisions
pip install AegeanTools
You can install the latest version from github using pip install git+https://github.com/PaulHancock/Aegean.git
, and if you want to pin the version you are using you can append a tag (@v2.3.0
), a commit (@abcd123
), or a branch (@dev
) to the end of the url.
- Click Download Zip on the front page of the GitHub repo.
- Unzip the file and navigate to the folder.
- Run
python -m pip install .
orpip install .
The dependencies are installed automatically (listed in setup.py
) but are listed here:
- scipy>=0.16
- tqdm>=4
- numpy>=1.16
- astropy>=2.0
- healpy >=1.10
- lmfit>=0.9.2
- scikit-learn>=0.24.2
AegeanTools supports python >=3.8.