forked from tweepy/tweepy
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathINSTALL
More file actions
24 lines (19 loc) · 669 Bytes
/
INSTALL
File metadata and controls
24 lines (19 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
easy_install
------------
easy_install tweepy
setuptools - from Git repository
--------------------------------
> git clone git://github.com/tweepy/tweepy.git
> cd tweepy
> python setup.py install (run as admin/root)
setuptools - from source archive
--------------------------------
Download source archive here:
http://pypi.python.org/packages/source/t/tweepy/tweepy-1.2.tar.gz
Extract archive
> cd tweepy-1.2
> python setup.py install (run as admin/root)
bundle with your application
----------------------------
You may also download a source archive or checkout via Git.
Then just include the tweepy package folder inside your application's source folder.