You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install spinningup, but the instructions say to use a conda environment. However, directly after this, it says to use pip install e . However, it seems that this only installs it to the directory spinningup is in, it does not install it to the virtual environment. For my project, I would like to avoid putting all my work in a copy of the spinningup repo. How should I proceed with conda?
The text was updated successfully, but these errors were encountered:
If your question is about "how to install spinningup as a package in another project", then I think you just want something more like pip install -e path/to/spinningup, or potentially you could also just install via GitHub url if you don't intend to modify your local copy of spinningup.
I am trying to install spinningup, but the instructions say to use a conda environment. However, directly after this, it says to use
pip install e .
However, it seems that this only installs it to the directory spinningup is in, it does not install it to the virtual environment. For my project, I would like to avoid putting all my work in a copy of the spinningup repo. How should I proceed with conda?The text was updated successfully, but these errors were encountered: