Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into kohlmann-master-Occ…
Browse files Browse the repository at this point in the history
…upancyCount
  • Loading branch information
pkohlmann committed May 17, 2024
2 parents 54866a9 + feb7fab commit 71ca859
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ These instructions will get you up and running in your local environment or in W
```
3. Install in your local environment from GitHub
```
pip install git+git://github.com/ibm-watson-iot/functions@production --upgrade
pip install git+git://github.com/ibm-watson-iot/functions@XXX --upgrade
```

Replace 'XXX' by the version of your IBM Watson IoT Platform Analytics installation like, for example, '8.10.x' or '8.11.x'

To install in IBM Watson Studio from another Jupyter notebook:

```~~~bash
!pip install git+git://github.com/ibm-watson-iot/functions.git@production --upgrade
!pip install git+git://github.com/ibm-watson-iot/functions.git@XXX --upgrade
```
Replace 'XXX' by the version of your IBM Watson IoT Platform Analytics installation like, for example, '8.10.x' or '8.11.x'

Test for successful install:

Expand Down

0 comments on commit 71ca859

Please sign in to comment.