You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,20 +40,28 @@ Installation using pip
40
40
----------------------
41
41
For easy installation, use `pip <http://www.pip-installer.org/>`_ as root::
42
42
43
+
.. code-block:: bash
44
+
43
45
$ [sudo] pip install DFO-LS
44
46
45
47
or alternatively *easy_install*::
46
48
49
+
.. code-block:: bash
50
+
47
51
$ [sudo] easy_install DFO-LS
48
52
49
53
If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
50
54
55
+
.. code-block:: bash
56
+
51
57
$ pip install --user DFO-LS
52
58
53
59
which will install DFO-LS in your home directory.
54
60
55
61
Note that if an older install of DFO-LS is present on your system you can use::
56
62
63
+
.. code-block:: bash
64
+
57
65
$ [sudo] pip install --upgrade DFO-LS
58
66
59
67
to upgrade DFO-LS to the latest version.
@@ -81,6 +89,13 @@ If you do not have root privileges or you want to install DFO-LS for your privat
81
89
82
90
instead.
83
91
92
+
To upgrade DFO-LS to the latest version, navigate to the top-level directory (i.e. the one containing :code:`setup.py`) and rerun the installation using :code:`pip`, as above:
93
+
94
+
.. code-block:: bash
95
+
96
+
$ git pull
97
+
$ [sudo] pip install .# with admin privileges
98
+
84
99
Testing
85
100
-------
86
101
If you installed DFO-LS manually, you can test your installation by running:
Copy file name to clipboardExpand all lines: docs/install.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,28 @@ Installation using pip
17
17
----------------------
18
18
For easy installation, use *pip* (http://www.pip-installer.org/) as root::
19
19
20
+
.. code-block:: bash
21
+
20
22
$ [sudo] pip install DFO-LS
21
23
22
24
or alternatively *easy_install*::
23
25
26
+
.. code-block:: bash
27
+
24
28
$ [sudo] easy_install DFO-LS
25
29
26
30
If you do not have root privileges or you want to install DFO-LS for your private use, you can use::
27
31
32
+
.. code-block:: bash
33
+
28
34
$ pip install --user DFO-LS
29
35
30
36
which will install DFO-LS in your home directory.
31
37
32
38
Note that if an older install of DFO-LS is present on your system you can use::
33
39
40
+
.. code-block:: bash
41
+
34
42
$ [sudo] pip install --upgrade DFO-LS
35
43
36
44
to upgrade DFO-LS to the latest version.
@@ -58,6 +66,13 @@ If you do not have root privileges or you want to install DFO-LS for your privat
58
66
59
67
instead.
60
68
69
+
To upgrade DFO-LS to the latest version, navigate to the top-level directory (i.e. the one containing :code:`setup.py`) and rerun the installation using :code:`pip`, as above:
70
+
71
+
.. code-block:: bash
72
+
73
+
$ git pull
74
+
$ [sudo] pip install .# with admin privileges
75
+
61
76
Testing
62
77
-------
63
78
If you installed DFO-LS manually, you can test your installation by running:
0 commit comments