|
| 1 | +Running the tests: |
| 2 | +~/> export EBAY_YAML='myebay.yaml'; python setup.py test |
1 | 3 |
|
| 4 | +Installing ebaysdk on Mac: |
2 | 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 |
| 9 | + |
| 10 | + sudo easy_install ebaysdk |
| 11 | + |
| 12 | + Or you can install the bleeding edge version, |
3 | 13 |
|
4 | | -Dependency: pycurl |
5 | | - |
6 | | - How to install pycurl on Mac |
7 | | - |
8 | | - 1) Install Fink |
9 | | - http://www.finkproject.org/download/ |
10 | | - |
11 | | - 2) Install libssh2, libcurl4-shlibs |
12 | | - sudo /sw/bin/apt-get install libssh2 |
13 | | - sudo /sw/bin/apt-get -q0 -f install libcurl4-shlibs |
14 | | - |
15 | | - 3) Download pycurl from http://pycurl.sourceforge.net/download/ |
16 | | - |
17 | | - 4) Extract and install pycurl |
18 | | - tar -zxvf pycurl-7.16.4.tar.gz |
19 | | - cd pycurl-7.16.4 |
20 | | - sudo env ARCHFLAGS="-arch i386" python setup.py install --curl-config=/sw/bin/curl-config |
21 | | - |
22 | | - |
23 | | -Testing the SDK: |
24 | | -~/> export EBAY_YAML='myebay.yaml'; python setup.py test |
25 | | - |
| 14 | + sudo easy_install https://github.com/timotheus/ebaysdk-python/archive/master.zip |
| 15 | + |
26 | 16 | Installing ebaysdk on Windows: |
27 | 17 |
|
28 | | - |
29 | 18 | 1) Download and install the latest release of Python 2.7: |
30 | 19 |
|
31 | 20 | http://python.org/download/ |
@@ -79,3 +68,25 @@ directory of the distribution and execute: |
79 | 68 | c:\Python27\python.exe setup.py install |
80 | 69 |
|
81 | 70 | If there were no errors, ebaysdk should be ready to use! |
| 71 | + |
| 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