Skip to content

Commit fc60def

Browse files
author
Andrew Dittes
committed
add missing step for Windows
1 parent 5936b81 commit fc60def

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

INSTALL

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,23 @@ setuptools, then run it from the command prompt as follows:
5454
The last step assumes that Python was installed to its default
5555
location.
5656

57-
3) Install ebaysdk:
57+
3) Install pycurl:
58+
59+
This could be complicated because pycurl requires libcurl to be
60+
installed. Since this is a native library, this can't be installed
61+
using pip or easy_install. Luckily Christoph Gohlke has pre-complied
62+
many common libraries for Python on Windows, including 32- and 64-bit
63+
versions.
64+
65+
Simply visit this site:
66+
67+
http://www.lfd.uci.edu/~gohlke/pythonlibs/
68+
69+
Then download and install the appropriate version of pycurl for Python
70+
2.7. Use the amd64 version if you are running 64-bit
71+
Python. Otherwise, use the win32 version.
72+
73+
4) Install ebaysdk:
5874

5975
Download and extract the zipball, or clone the ebaysdk-python
6076
repository. Then open the Command Prompt and change to the root

0 commit comments

Comments
 (0)