Skip to content

Commit 4b731f6

Browse files
author
Sharon Shabtai
authored
Merge pull request #38 from jeffbr/patch-4
changed "python" to "python3" in command to install SDK
2 parents aaa8a2f + 4dc9a48 commit 4b731f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Join us at our [Google Groups](https://groups.google.com/d/forum/spectralogicds3
1313
Installing
1414
----------
1515

16-
To install the ds3_python3_sdk, either clone the latest code, or download a release bundle from [Releases](http://github.com/SpectraLogic/ds3_python3_sdk/releases). Once the code has been download, cd into the bundle, and install it with `sudo python setup.py install`
16+
To install the ds3_python3_sdk, either clone the latest code, or download a release bundle from [Releases](http://github.com/SpectraLogic/ds3_python3_sdk/releases). Once the code has been download, cd into the bundle, and install it with `sudo python3 setup.py install`
1717

1818
Once `setup.py` completes the ds3_python3_sdk should be installed and available to be imported into python scripts.
1919

0 commit comments

Comments
 (0)