The shared code across the PSYCOP projects.
- Install Orbstack or Docker Desktop. Make sure to complete the full install process before continuing.
- If not installed, install VSCode
- Clone the repository and open it in VSCode
- Press rebuild
- Profit!
If you're working on Ovartaci, all you need is to activate the shared environment by
conda activate psycop-next
To reinstall the packages in the environment, run inv install-requirements
.
If you're working locally:
git clone https://github.com/Aarhus-Psychiatry-Research/psycop-common.git
cd psycop-common
<activate virtual environment (conda, .venv etc.) here>
# Install from the relevant requirements.txt files, e.g.
pip install -r requirements.txt -r dev-requirements.txt -r gpu-requirements.txt