Skip to content

Installation and Requirements

Paul Hancock edited this page Jan 23, 2024 · 13 revisions

Easiest method

pip install AegeanTools

Manual install for specific versions

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.

Manual install without using git

  • Click Download Zip on the front page of the GitHub repo.
  • Unzip the file and navigate to the folder.
  • Run python -m pip install . or pip install .

Dependencies

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.

Clone this wiki locally