Use requirements.txt
1. Generate requirements.txt
Applicable to the case of a single virtual environment
.
It will add all
the dependencies in the environment.
1 |
|
It will only add dependencies in the current environment
.
1 |
|
1 |
|
2. Install requirements.txt
1 |
|
Use requirements.txt
https://www.hardyhu.cn/2022/06/08/Use-requirements-txt/