Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 597 Bytes

File metadata and controls

26 lines (19 loc) · 597 Bytes

Virtual Environment Setup

  1. if miniconda 3 isn't already installed: https://www.anaconda.com/download/success

  2. 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

  1. Active the environment:
conda activate venv_DGLOSS
  1. (Optional) To re-install the requirements using pip (after conda environment was activated)
pip install -r environment\requirements.txt

Miro (view only)

https://miro.com/app/board/uXjVLAogs_g=/?share_link_id=48668871825