polarwatch / internship24

PolarWatch internship
0 stars 0 forks source link

create conda environment called polarwatch #2

Closed shospital closed 1 month ago

shospital commented 1 month ago
shospital commented 1 month ago

@tntly Added environment file in /resources

you can use environment.yml to create conda environment. https://github.com/polarwatch/internship24/blob/main/resources/environment.yml

conda create --name myenv --file environment.yml

if you are unclear how conda works, please let me know! i can go through it with you

tntly commented 1 month ago

I created the environment!