Skip to content

Commit 2cf9558

Browse files
author
Phil Rzewski
committed
Correct the manual install command line
1 parent a0cab7a commit 2cf9558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Installation
1515

1616
#### Manual
1717
git clone https://github.com/draios/python-sdc-client.git
18-
pip install
18+
cd python-sdc-client
19+
python setup.py install
1920

2021
Quick start
2122
-----------

0 commit comments

Comments
 (0)