Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 284 Bytes

installation.md

File metadata and controls

19 lines (13 loc) · 284 Bytes

Create an environment HLC for the co-sim (recommended)

conda create --name hlc python=3.8

Activate the environment

conda activate hlc

Install the required packages

pip install -r requirements.txt

Then you have a working Python environment named hlc.