Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 Anaconda 安装了 Python 3,我需要安装 Swampy 模块。你能告诉我如何进行吗?
我找不到conda它的包裹。所以使用pip:
conda
pip
pip install swampy
也适用于 Anaconda 安装的 Python。
Anaconda 附带的安装conda程序知道新安装的软件包:
conda list .... swampy 2.1.7 <pip>