Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 519 Bytes

venv_setup.md

File metadata and controls

22 lines (14 loc) · 519 Bytes

Setting up an Virtual Environment

1. Installing conda

Miniforge

Mamba is conda, only implemented not in Python: Write mamba where it says conda, and it should work exactly the same.

Fresh install instruction here

Miniconda

Fresh install instructions here

2. Create Conda env

Installing the development version, run

conda env create -f environment.yml
mamba env create -f environment.yml