Installation#
To install scope, you can use pip:
pip install scope-astr
To install the package from source, run:
python3 -m pip install -U pip
python3 -m pip install -U setuptools setuptools_scm pep517
git clone https://github.com/arjunsavel/scope
cd scope
python3 -m pip install -e .
All of the required dependencies will be installed automatically. Our current list of dependencies (which will be pruned by v1.0.0) is:
In the future, we plan to release scope on conda.
You can also download the required data files with:
cd src/scope
chmod +x download_data.bash
./download_data.bash
These files total about 141 MB.