Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 2867d9d

Browse files
authored
Update README.md
1 parent 5e275cb commit 2867d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import os
1111
os.system("wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py --user")
1212
1313
# install splicemachine python package
14-
os.system("""cd ~/.local/bin && wget https://github.com/splicemachine/pysplice/archive/[pysplice RELEASE_VERSION].zip &&
14+
os.system("""wget https://github.com/splicemachine/pysplice/archive/[pysplice RELEASE_VERSION].zip &&
1515
unzip [pysplice RELEASE_VERSION].zip &&
1616
cd pysplice-[pysplice RELEASE VERSION] &&
17-
./pip install . --user""")
17+
~/.local/bin/pip install . --user""")
1818
```
1919

2020
## Modules

0 commit comments

Comments
 (0)