Closed dzyphr closed 1 year ago
Use python3 -m pip install -r requirements.txt instead of pip3 install -r requirements to make sure we are installing the requirements into the active virtual environment and not just the user's outer installation of python.
python3 -m pip install -r requirements.txt
pip3 install -r requirements
Sounds good to me although Im not a pythonista
In my experience the libraries will not load for the workshop unless it is installed this way.
Use
python3 -m pip install -r requirements.txt
instead ofpip3 install -r requirements
to make sure we are installing the requirements into the active virtual environment and not just the user's outer installation of python.