Skip to content

Commit 6960cea

Browse files
committed
chore(rename): rename package name
1 parent b7c7176 commit 6960cea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/generate_index_html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo '<!DOCTYPE html>
2020
<p><a href="https://www.ibm.com/watson/developer/">Info</a>
2121
| <a href="https://console.bluemix.net/developer/watson/documentation">Documentation</a>
2222
| <a href="https://github.com/watson-developer-cloud/python-sdk">GitHub</a>
23-
| <a href="https://pypi.python.org/pypi/watson-developer-cloud">pypi</a>
23+
| <a href="https://pypi.python.org/pypi/ibm-watson">pypi</a>
2424
</p>
2525
2626
<p>Documentation by branch/tag:</p>

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To install, use ``pip`` or ``easy_install``:
1212

1313
.. code:: bash
1414
15-
$ pip install --upgrade watson-developer-cloud
15+
$ pip install --upgrade ibm-watson
1616
1717
or
1818

1919
.. code:: bash
2020
21-
$ easy_install --upgrade watson-developer-cloud
21+
$ easy_install --upgrade ibm-watson
2222
2323
Modules
2424
-------

0 commit comments

Comments
 (0)