AutoDQM / AutoDQM_ML

0 stars 5 forks source link

tutorial issue #36

Closed chosila closed 1 year ago

chosila commented 1 year ago

tutorial says to do this before activating autodqm-ml conda environment: pip install -e . but conda should be activated after since we want autodqm-ml to be accessible inside the conda environment.

we should also remove -p <path to install conda env> from the conda env create command. In fact, update the command to not use conda env anymore since it is being depreciated soon.

chosila commented 1 year ago

solved in : https://github.com/AutoDQM/autodqm_ml.github.io/pull/7

closing issue