Skip to content

Commit 0633485

Browse files
authored
Update INSTALL
Updated the Mac, Linux & Unix section. Easy install no longer work, Pip should do.
1 parent 988704c commit 0633485

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

INSTALL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Installing ebaysdk on Mac, Linux, Unix:
1111
Ubuntu:
1212
sudo apt-get install python-lxml
1313

14-
2) Install the SDK with easy_install
14+
2) Install the SDK with pip
1515

16-
sudo easy_install ebaysdk
16+
python3 -m pip install ebaysdk
17+
1718

1819
Or install the latest version from github,
1920

0 commit comments

Comments
 (0)