cloud-fs is a generalized file-system handler that will dynamically determine if files are local or on the cloud (currently AWS) and perform basic file-systm operations.
- 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
- 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_fs - Run the command:
conda activate cloud_fs - cd 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 a conda env:
- Create