Created
August 18, 2022 15:23
-
-
Save y3rsh/18bf5afa12fb2b76d5b4d97a9d5fa4ab to your computer and use it in GitHub Desktop.
venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
mkdir robot_python | |
cd robot_python | |
pyenv local 3.7.13 | |
python -m venv venv | |
source ./venv/bin/activate | |
pip install pip==10.0.1 | |
pip install setuptools==44.0.0 | |
pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment