A project by Cornell AppDev, a project team at Cornell University.
Populates MongoDB collections for use with volume-backend
Clone the project with
$ git clone https://github.com/cuappdev/volume-microservice.git
and install dependencies with
$ pip install -r requirements.txt
We recommend using direnv and venv for managing Python virtual environments.
Set environment variables in the .envrc
file outlined in the .envrctemplate
file.
Then follow these steps.
$ pyenv local 3.9.2
to create a.python-version
file$ direnv allow .
to enable direnv to use the.envrc
file
This should automatically enable a virtual environment when opening the directory.