12 lines
162 B
Markdown
12 lines
162 B
Markdown
# PGmentor page download
|
|
|
|
## PIP
|
|
|
|
### Freeze current settings
|
|
|
|
pip freeze > requirements.txt
|
|
|
|
### Install from requirements file
|
|
|
|
pip install -r requirements.txt
|