InstallationΒΆ

We recommend using conda.

First, clone this repo

git clone git@github.com:NoiseCIEI/ThreeStation.git

Then create an environment:

cd ThreeStation
conda env create -f environment.yml
conda activate threestation

And install pymodule and other dependencies (setup.py) in the new environment using either conda or pip.

After installing dependencies, or if you decide to use pip to install dependencies, run the following will install threestation and missing dependencies:

pip install -e .