Ensure Anaconda (or Miniconda) is installed. From the project root directory, run the following to create the environment and install dependencies: conda deactivate conda create --prefix=venv python=3 ...