How to install without creating a new environment #312
-
|
The installation guide says to run |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
It seems that the following command works, if it's a conda environment: |
Beta Was this translation helpful? Give feedback.
-
|
Great, thanks for answering your own question :) If you just want to install the tudatpy package, yoy can also do: conda install -c tudat-team tudatpy But, I think your solution will be more robust |
Beta Was this translation helpful? Give feedback.
-
|
You can also NB: As you can read here, it's worth noting the difference between |
Beta Was this translation helpful? Give feedback.
It seems that the following command works, if it's a conda environment:
conda env update -f environment.yaml- run with the environment-to-be-updated active