@@ -3,9 +3,7 @@ Running the tests:
3
3
4
4
Installing ebaysdk on Mac:
5
5
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
9
7
10
8
sudo easy_install ebaysdk
11
9
@@ -15,15 +13,15 @@ Installing ebaysdk on Mac:
15
13
16
14
Installing ebaysdk on Windows:
17
15
18
- 1) Download and install the latest release of Python 2.7:
16
+ 1) Download and install the latest release of Python 2.7+
19
17
20
18
http://python.org/download/
21
19
22
20
Choose either "Python 3.3.0 Windows x86 MSI Installer" or "Python
23
21
3.3.0 Windows X86-64 MSI Installer". To use the latter, you must be
24
22
running a 64-bit version of Windows.
25
23
26
- 2) Install setuptools:
24
+ 2) Install setuptools
27
25
28
26
First, visit http://pypi.python.org/pypi/setuptools
29
27
@@ -43,23 +41,7 @@ setuptools, then run it from the command prompt as follows:
43
41
The last step assumes that Python was installed to its default
44
42
location.
45
43
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
63
45
64
46
Download and extract the zipball, or clone the ebaysdk-python
65
47
repository. Then open the Command Prompt and change to the root
@@ -69,24 +51,3 @@ directory of the distribution and execute:
69
51
70
52
If there were no errors, ebaysdk should be ready to use!
71
53
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