Skip to content

Instantly share code, notes, and snippets.

@ayuLiao
Created January 7, 2019 02:34
Show Gist options
  • Save ayuLiao/de37d7a8bca8dc93665df6e728edacc3 to your computer and use it in GitHub Desktop.
Save ayuLiao/de37d7a8bca8dc93665df6e728edacc3 to your computer and use it in GitHub Desktop.
通过pip生成或使用requirements.txt
# 生成 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