@@ -3,9 +3,7 @@ Running the tests:
33
44Installing ebaysdk on Mac:
55
6- 1) Install Xcode from the app center
7- 2) Download and install the Xcode Command Line Tools from https://developer.apple.com/downloads/
8- 3) Install the SDK
6+ 1) Install the SDK with easy_install
97
108 sudo easy_install ebaysdk
119
@@ -15,15 +13,15 @@ Installing ebaysdk on Mac:
1513
1614Installing ebaysdk on Windows:
1715
18- 1) Download and install the latest release of Python 2.7:
16+ 1) Download and install the latest release of Python 2.7+
1917
2018http://python.org/download/
2119
2220Choose either "Python 3.3.0 Windows x86 MSI Installer" or "Python
23213.3.0 Windows X86-64 MSI Installer". To use the latter, you must be
2422running a 64-bit version of Windows.
2523
26- 2) Install setuptools:
24+ 2) Install setuptools
2725
2826First, visit http://pypi.python.org/pypi/setuptools
2927
@@ -43,23 +41,7 @@ setuptools, then run it from the command prompt as follows:
4341The last step assumes that Python was installed to its default
4442location.
4543
46- 3) Install pycurl:
47-
48- This could be complicated because pycurl requires libcurl to be
49- installed. Since this is a native library, this can't be installed
50- using pip or easy_install. Luckily Christoph Gohlke has pre-complied
51- many common libraries for Python on Windows, including 32- and 64-bit
52- versions.
53-
54- Simply visit this site:
55-
56- http://www.lfd.uci.edu/~gohlke/pythonlibs/
57-
58- Then download and install the appropriate version of pycurl for Python
59- 2.7. Use the amd64 version if you are running 64-bit
60- Python. Otherwise, use the win32 version.
61-
62- 4) Install ebaysdk:
44+ 3) Install ebaysdk
6345
6446Download and extract the zipball, or clone the ebaysdk-python
6547repository. Then open the Command Prompt and change to the root
@@ -69,24 +51,3 @@ directory of the distribution and execute:
6951
7052If there were no errors, ebaysdk should be ready to use!
7153
72-
73-
74- Legacy Install on Mac:
75-
76- Dependency: pycurl
77-
78- How to install pycurl on Mac
79-
80- 1) Install Fink
81- http://www.finkproject.org/download/
82-
83- 2) Install libssh2, libcurl4-shlibs
84- sudo /sw/bin/apt-get install libssh2
85- sudo /sw/bin/apt-get -q0 -f install libcurl4-shlibs
86-
87- 3) Download pycurl from http://pycurl.sourceforge.net/download/
88-
89- 4) Extract and install pycurl
90- tar -zxvf pycurl-7.16.4.tar.gz
91- cd pycurl-7.16.4
92- sudo env ARCHFLAGS="-arch i386" python setup.py install --curl-config=/sw/bin/curl-config
0 commit comments