Installation
Option 1: Install from PIP or Conda (recommended for analysts):
- Create a new environment:
conda create --name cloud_fs python=3.7
- Activate directory:
conda activate cloud_fs
- Install cloud_fs:
pip install NREL-cloud_fsorconda install nrel-cloud_fs --channel=nrel
Option 2: Clone repo (recommended for developers)
from home dir,
git clone git@github.com:NREL/cloud_fs.git- Create
cloud_fsenvironment and install package Create a conda env:
conda create -n cloud_fsRun the command:
conda activate cloud_fscd into the repo cloned in 1.
prior to running
pipbelow, make sure the branch is correct (install from main!)Install
cloud_fsand its dependencies by running:pip install .(orpip install -e .if running a dev branch or working on the source code)
- Create