-
Notifications
You must be signed in to change notification settings - Fork 0
/
DEPENDENCIES
62 lines (41 loc) · 1.27 KB
/
DEPENDENCIES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
List of Dependencies and how to install
1. setuptools
https://pypi.python.org/pypi/setuptools#installation-instructions
Securely download ez_setup.py (https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py)
python ez_setup.py
2. pip
http://www.pip-installer.org/en/latest/installing.html
Securely download get-pip.py (https://raw.github.com/pypa/pip/master/contrib/get-pip.py)
python get-pip.py
3. facepy
https://github.com/jgorset/facepy
pip install facepy
4. twython
https://github.com/ryanmcgrath/twython
pip install twython
5. tastypie
https://github.com/toastdriven/django-tastypie
pip install django-tastypie
5.1 mimeparse
https://pypi.python.org/pypi/mimeparse/0.1.3
pip install mimeparse
6. instagram
https://github.com/Instagram/python-instagram
pip install python-instagram
7. google-api-python-client
https://code.google.com/p/google-api-python-client/
pip install google-api-python-client
8. foursquare
https://github.com/mLewisLogic/foursquare
pip install foursquare
Optional
1. JsonView for chrome
https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc
List of commands
python ez_setup.py
python get-pip.py
pip install django-tastypie
pip install mimeparse
pip install facepy
pip install twython
pip install python-instagram