Skip to content

Commit 3f34cdc

Browse files
committed
Fixed pip package name in install instructions
1 parent 56880f0 commit 3f34cdc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ Installation using pip
2727
----------------------
2828
For easy installation, use *pip* (http://www.pip-installer.org/) as root::
2929

30-
$ [sudo] pip install pybobyqa
30+
$ [sudo] pip install Py-BOBYQA
3131

3232
or alternatively *easy_install*::
3333

34-
$ [sudo] easy_install pybobyqa
34+
$ [sudo] easy_install Py-BOBYQA
3535

3636
If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use::
3737

38-
$ pip install --user pybobyqa
38+
$ pip install --user Py-BOBYQA
3939

4040
which will install Py-BOBYQA in your home directory.
4141

4242
Note that if an older install of Py-BOBYQA is present on your system you can use::
4343

44-
$ [sudo] pip install --upgrade pybobyqa
44+
$ [sudo] pip install --upgrade Py-BOBYQA
4545

4646
to upgrade Py-BOBYQA to the latest version.
4747

@@ -88,7 +88,7 @@ If Py-BOBYQA was installed using *pip* you can uninstall as follows:
8888

8989
.. code-block:: bash
9090
91-
$ [sudo] pip uninstall pybobyqa
91+
$ [sudo] pip uninstall Py-BOBYQA
9292
9393
If Py-BOBYQA was installed manually you have to remove the installed files by hand (located in your python site-packages directory).
9494

docs/install.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ For easy installation, use `pip <http://www.pip-installer.org/>`_ as root:
2020

2121
.. code-block:: bash
2222
23-
$ [sudo] pip install --pre pybobyqa
23+
$ [sudo] pip install Py-BOBYQA
2424
2525
If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use:
2626

2727
.. code-block:: bash
2828
29-
$ pip install --pre --user pybobyqa
29+
$ pip install --user Py-BOBYQA
3030
3131
which will install Py-BOBYQA in your home directory.
3232

3333
Note that if an older install of Py-BOBYQA is present on your system you can use:
3434

3535
.. code-block:: bash
3636
37-
$ [sudo] pip install --pre --upgrade pybobyqa
37+
$ [sudo] pip install --upgrade Py-BOBYQA
3838
3939
to upgrade Py-BOBYQA to the latest version.
4040

@@ -51,13 +51,13 @@ Py-BOBYQA is written in pure Python and requires no compilation. It can be insta
5151

5252
.. code-block:: bash
5353
54-
$ [sudo] pip install --pre .
54+
$ [sudo] pip install .
5555
5656
If you do not have root privileges or you want to install Py-BOBYQA for your private use, you can use:
5757

5858
.. code-block:: bash
5959
60-
$ pip install --pre --user .
60+
$ pip install --user .
6161
6262
instead.
6363

@@ -75,7 +75,7 @@ If Py-BOBYQA was installed using `pip <http://www.pip-installer.org/>`_ you can
7575

7676
.. code-block:: bash
7777
78-
$ [sudo] pip uninstall pybobyqa
78+
$ [sudo] pip uninstall Py-BOBYQA
7979
8080
If Py-BOBYQA was installed manually you have to remove the installed files by hand (located in your python site-packages directory).
8181

manual.pdf

-14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)