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
If you select the option to create a venv and install dependencies, a lot of libraries will be installed and a wall of text appears. I feel it might be better if we do pip install -r requirements.txt -q instead.
Thoughts?
The text was updated successfully, but these errors were encountered:
If you select the option to create a venv and install dependencies, a lot of libraries will be installed and a wall of text appears. I feel it might be better if we do
pip install -r requirements.txt -q
instead.Thoughts?
The text was updated successfully, but these errors were encountered: