InstallationΒΆ
Note
Installation via pip will be available only once the paper is published.
Using pip
:
pip install planetplanet
To upgrade:
pip install -U --no-deps planetplanet
From source:
git clone git@github.com:rodluger/planetplanet.git
cd planetplanet
git submodule init && git submodule update
python setup.py develop