python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
git checkout -b name git add . git commit -m "type" git push -u origin name
question 3
brew install python-tk pip install tk
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
git checkout -b name git add . git commit -m "type" git push -u origin name
question 3
brew install python-tk pip install tk