Skip to content

Installation

Development

Clone the repository and create the environment.

git clone git@github.com:salosciences/salo-sar.git
cd salo-sar
make init

This will create the sarlo conda environment, which you'll activate with conda activate sarlo.

Installing just the package

With SSH keys:

pip install git+ssh://git@github.com:salosciences/salo-sar.git

or without ssh keys:

pip install git+https://github.com/salosciences/salo-sar.git
Back to top