-1

我应该如何安装 twython-django包?

sudo pip install twython-django
Downloading/unpacking twython-django
  Could not find any downloads that satisfy the requirement twython-django
No distributions at all found for twython-django
Storing complete log in /home/mona/.pip/pip.log

我按照此处的说明安装此软件包时遇到问题。

4

1 回答 1

1

从终端:

wget https://github.com/ryanmcgrath/twython-django/archive/master.zip
unzip master.zip
cd twython-django-master
sudo python setup.py install

这应该够了吧。

于 2013-10-13T07:37:36.007 回答