Skip to content

Commit f2e7cd7

Browse files
committed
Update INSTALL
1 parent bbaba8d commit f2e7cd7

1 file changed

Lines changed: 34 additions & 23 deletions

File tree

INSTALL

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,20 @@
1+
Running the tests:
2+
~/> export EBAY_YAML='myebay.yaml'; python setup.py test
13

4+
Installing ebaysdk on Mac:
25

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,
313

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+
2616
Installing ebaysdk on Windows:
2717

28-
2918
1) Download and install the latest release of Python 2.7:
3019

3120
http://python.org/download/
@@ -79,3 +68,25 @@ directory of the distribution and execute:
7968
c:\Python27\python.exe setup.py install
8069

8170
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

Comments
 (0)