Installation#
Option 1: Install from PyPI (recommended for analysts):#
- Create a new environment:
conda create --name farms
- Activate the environment:
conda activate farms
- Install farms:
pip install NLR-farms
Option 2: Clone repo (recommended for developers)#
- Create an environment and install package
Create a conda env:
conda create -n farmsRun the command:
conda activate farmsClone the repository and
cdinto it.prior to running
pipbelow, make sure the branch is correct (install from master!)Install
farmsand its dependencies by running:pip install .(orpip install -e .if running a dev branch or working on the source code)