Commit
·
bb83184
1
Parent(s):
950401f
small fixes.
Browse files- psl_cli_setup.sh +4 -0
psl_cli_setup.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python -m pip install -U pip setuptools wheel
|
| 2 |
+
python -m pip install "jpype1>=1.4.1" --only-binary=:all:
|
| 3 |
+
|
| 4 |
+
python -m pip install pslpython --no-deps
|