📜  在 conda 环境中安装所需的库 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:13.780000             🧑  作者: Mango

代码示例1
python3 -m pip install -r requirements.txt
## enter the name of all the libraries in requirements.txt file which looks like:
requests==2.18.4
google-auth==1.1.0
matplotlib
numpy