随笔分类 -  python

摘要:打包工具 setuptools 文档: https://setuptools.readthedocs.io/en/latest/index.html# 一个例子: #以mmcv的setup为例 from setuptools import Extension, dist, find_packages 阅读全文
posted @ 2020-12-05 20:16 awr2sdgae 阅读(219) 评论(0) 推荐(0)
摘要:文档见: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands conda create -n py 阅读全文
posted @ 2020-12-01 17:08 awr2sdgae 阅读(1937) 评论(0) 推荐(0)