Open xhluca opened 3 years ago
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.
pip install -r requirements.txt -q
Thoughts?
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?