File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,27 @@ Installation using pip
4141For easy installation, use `pip <http://www.pip-installer.org/ >`_ as root::
4242
4343 .. code-block:: bash
44-
44+
4545 $ [sudo] pip install DFO-LS
4646
4747or alternatively *easy_install *::
4848
4949 .. code-block:: bash
50-
50+
5151 $ [sudo] easy_install DFO-LS
5252
5353If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
5454
5555 .. code-block:: bash
56-
56+
5757 $ pip install --user DFO-LS
5858
5959which will install DFO-LS in your home directory.
6060
6161Note that if an older install of DFO-LS is present on your system you can use::
6262
6363 .. code-block:: bash
64-
64+
6565 $ [sudo] pip install --upgrade DFO-LS
6666
6767to upgrade DFO-LS to the latest version.
Original file line number Diff line number Diff line change @@ -18,27 +18,27 @@ Installation using pip
1818For easy installation, use *pip * (http://www.pip-installer.org/) as root::
1919
2020 .. code-block:: bash
21-
21+
2222 $ [sudo] pip install DFO-LS
2323
2424or alternatively *easy_install *::
2525
2626 .. code-block:: bash
27-
27+
2828 $ [sudo] easy_install DFO-LS
2929
3030If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
3131
3232 .. code-block:: bash
33-
33+
3434 $ pip install --user DFO-LS
3535
3636which will install DFO-LS in your home directory.
3737
3838Note that if an older install of DFO-LS is present on your system you can use::
3939
4040 .. code-block:: bash
41-
41+
4242 $ [sudo] pip install --upgrade DFO-LS
4343
4444to upgrade DFO-LS to the latest version.
You can’t perform that action at this time.
0 commit comments