This repo contains a Python module for various DepMap post-workflow processing steps.
-
Install the required system dependencies:
-
Install the required Python version (3.9.18):
pyenv install "$(cat .python-version)"
-
Confirm that
python
maps to the correct version:python --version
-
Set the Poetry interpreter and install the Python dependencies:
poetry env use "$(pyenv which python)" poetry install