-
if miniconda 3 isn't already installed: https://www.anaconda.com/download/success
-
Create the virtural environment:
conda env create -f environment.yml
- In case of errors, try using "pip3 install <package-name>" to install the problematic packages
- Active the environment:
conda activate venv_DGLOSS
- (Optional) To re-install the requirements using pip (after conda environment was activated)
pip install -r environment\requirements.txt
https://miro.com/app/board/uXjVLAogs_g=/?share_link_id=48668871825