Installation
In order to install the latest release of reciprocalspaceship
, please use pip
:
pip install reciprocalspaceship
or conda
:
conda install -c conda-forge reciprocalspaceship
It is also always possible to install the library by cloning the repository from GitHub:
git clone https://github.com/rs-station/reciprocalspaceship
cd reciprocalspaceship
pip install -e .