Created
January 7, 2019 02:34
-
-
Save ayuLiao/de37d7a8bca8dc93665df6e728edacc3 to your computer and use it in GitHub Desktop.
通过pip生成或使用requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 生成 requirements.txt 文件 | |
pip gamepy27 > requirments.txt | |
# 安装 requirements.txt 中的依赖 | |
pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment