environment added

This commit is contained in:
cetin 2023-10-23 15:28:44 +02:00
parent 275fa05839
commit e9efcec63e

View File

@ -2,7 +2,7 @@ Repository for the Projektpraktikum of Furkan Selim Cetin. Supervised by Andre i
Load Conda environment: Load Conda environment:
``` ```
conda env create -f environment.yml conda env create -f environment.yaml -n env1
``` ```