forked from yoavaviram/python-amazon-simple-product-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
20 lines (13 loc) · 676 Bytes
/
INSTALL
File metadata and controls
20 lines (13 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
To install it, make sure you have Python 2.5 or greater installed. Then run
this command from the command prompt:
python setup.py install
You will also need to install Bottlenose ether by cloning/downloading the repository from:
https://github.com/dlo/bottlenose
Or using pip:
pip install bottlenose
AS AN ALTERNATIVE, you can just copy the entire "amazon" directory to Python's
site-packages directory, which is located wherever your Python installation
lives. Some places you might check are:
/usr/lib/python2.5/site-packages (Unix, Python 2.5)
/usr/lib/python2.4/site-packages (Unix, Python 2.4)
C:\\PYTHON\site-packages (Windows)