We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5dc0b8 commit ecb4128Copy full SHA for ecb4128
1 file changed
README.md
@@ -51,16 +51,21 @@ easy_install --upgrade ibm-watson
51
```
52
53
Note the following:
54
+a) Versions prior to 3.0.0 can be installed using:
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:
61
62
```bash
63
sudo -H pip install --ignore-installed six ibm-watson
64
65
66
For more details see [#225](https://github.com/watson-developer-cloud/python-sdk/issues/225)
67
-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
69
70
!pip install --upgrade pip
71
0 commit comments