Update python
This commit is contained in:
parent
b832dfc38c
commit
05d7df1bee
1 changed files with 2 additions and 0 deletions
|
|
@ -15,4 +15,6 @@ echo '{ "venvPath": ".", "venv": ".venv"}' >pyrightconfig.json
|
||||||
* to quit the venv: `deactivate`
|
* to quit the venv: `deactivate`
|
||||||
|
|
||||||
* generate requirements.txt
|
* generate requirements.txt
|
||||||
|
```bash
|
||||||
pip3 freeze > requirements.txt
|
pip3 freeze > requirements.txt
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue