Skip to content

Instantly share code, notes, and snippets.

@dongzhuoyao
Created December 16, 2017 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongzhuoyao/9f75cdba64817661f8161cb9c2d528be to your computer and use it in GitHub Desktop.
Save dongzhuoyao/9f75cdba64817661f8161cb9c2d528be to your computer and use it in GitHub Desktop.
pip cheatsheet
保存当前环境安装包
pip freeze > 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