Install Swampy module in Python 3.5.0 (which is installed through Anaconda)

806 Views Asked by At

I have installed Python 3 using Anaconda and I need to install the Swampy module. Could you please advice me on how to proceed?

1

There are 1 best solutions below

3
On

I could not find a conda package for it. So use pip:

pip install swampy

works also with Anaconda installed Python.

The installer conda that comes with Anaconda knows about the newly installed package:

conda list
....

swampy                    2.1.7                     <pip>