Installation GuideΒΆ

There are two ways to install VSPACE: 1) in conjunction with VPLanet and its other support scripts, or 2) from source.

To install VSPACE and the other VPLanet packages, use the command:

python -m pip install vplanet

To install from source, first close the repo:

git clone https://github.com/VirtualPlanetaryLaboratory/vspace.git

and then go into the directory (vspace) and run the setup script:

cd vspace
python setup.py install