/Py3_study

py3.6

Primary LanguagePython

pip导出你的dependency:
$ pip freeze > requirements.txt
安装dependency:
$ pip install -r requirements.txt