-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 に答える