Installing the Swampy Python module on Windows

后端 未结 6 513
迷失自我
迷失自我 2020-12-07 02:58

I am trying to install the Swampy module on Python, but there is a lot that is unclear in the instructions given on the site and the documentation. I have put the Swampy fo

6条回答
  •  甜味超标
    2020-12-07 03:53

    Put your swampy-2.0 directory in the PYTHONPATH environment variable. Once you do that, you can just open a python shell and import the swampy classes just as shown in the Think Python book. On my Windows machine, I extracted the swampy-2.0 source files to my Downloads folder -- I didn't put it in the site-packages directory at all.

提交回复
热议问题