DESI-UR / VAST

Void Analysis Software Toolkit
https://vast.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Install VAST with pip #36

Open sybenzvi opened 3 years ago

sybenzvi commented 3 years ago

Set up VAST subpackages to be installed via pip as follows:

sybenzvi commented 3 years ago

This is now testable using the pypi test server. If you run

python -m pip install --extra-index-url https://test.pypi.org/simple vast-voidfinder

and

python -m pip install --extra-index-url https://test.pypi.org/simple vast-vsquared

it will download the separate VoidFinder and V2 packages. On OS X with Python 3.6, 3.7, and 3.8, pip should also resolve all the package dependencies for you. On other platforms, it will download the source distribution, and you will need to manually ensure all the package dependencies are met.