This folder contains reference materials.
- Make sure you are in the
/appfolder:cd app/ - Setup and activate the project's virtual environment. For example, with conda use:
conda create -n cfchem-api python=3.14 && conda activate cfchem-api - Install pip-tools:
pip install pip-tools - Sync the environment:
pip-sync