Skip to content

Commit ecb4128

Browse files
committed
doc(readme): warning in readme
1 parent f5dc0b8 commit ecb4128

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,21 @@ easy_install --upgrade ibm-watson
5151
```
5252

5353
Note the following:
54+
a) Versions prior to 3.0.0 can be installed using:
5455

55-
a) If you run into permission issues try:
56+
```bash
57+
pip install --upgrade watson-developer-cloud
58+
```
59+
60+
b) If you run into permission issues try:
5661

5762
```bash
5863
sudo -H pip install --ignore-installed six ibm-watson
5964
```
6065

6166
For more details see [#225](https://github.com/watson-developer-cloud/python-sdk/issues/225)
6267

63-
b) In case you run into problems installing the SDK in DSX, try
68+
c) In case you run into problems installing the SDK in DSX, try
6469
```
6570
!pip install --upgrade pip
6671
```

0 commit comments

Comments
 (0)