Skip to content

Commit

Permalink
Updates for offline install
Browse files Browse the repository at this point in the history
fbprophet==0.3.post2 for offline install
  • Loading branch information
Nabeel committed Jan 2, 2019
1 parent 3420792 commit 236d390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion offline-install/Qlik-Py-Init Offline.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo.
echo Installing required packages... & echo.
pip install --no-index --find-links=offline grpcio grpcio-tools numpy scipy pandas cython
pip install --no-index --find-links=offline pystan==2.17
pip install --no-index --find-links=offline fbprophet
pip install --no-index --find-links=offline fbprophet==0.3.post2
pip install --no-index --find-links=offline scikit-learn
pip install --no-index --find-links=offline setuptools wheel hdbscan
pip install --no-index --find-links=offline skater
Expand Down
2 changes: 1 addition & 1 deletion offline-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use a Windows machine with Internet access for these steps.
- The Python version on this machine should match the target machine.
- Download the required packages from a terminal using pip.
```
pip download setuptools wheel grpcio grpcio-tools numpy scipy pandas cython pystan==2.17 fbprophet scikit-learn hdbscan skater
pip download setuptools wheel grpcio grpcio-tools numpy scipy pandas cython pystan==2.17 fbprophet==0.3.post2 scikit-learn hdbscan skater
```
- Copy the package files to the target machine into a folder named `offline`.
4. Download the [latest release](https://github.com/nabeel-qlik/qlik-py-tools/releases) for this SSE and copy it to the target machine.
Expand Down

0 comments on commit 236d390

Please sign in to comment.