> For the complete documentation index, see [llms.txt](https://jon-xia.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jon-xia.gitbook.io/workspace/gong-cheng-2/trouble_shooting/py.md).

# conda

* [使用conda安装requirement.txt指定的依赖包](https://blog.csdn.net/mao_jonah/article/details/89502380)
* pip、conda导出 requirements.txt

  > pip freeze > requirements.txt
  >
  > conda list -e > requirements.txt
