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
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,15 @@ Python dependencies are:
49
49
Install
50
50
-------
51
51
52
-
Details of all install options are given in the `PyRate documentation <http://geoscienceaustralia.github.io/PyRate>`_. For a Linux install, enter these commands in a terminal:
52
+
Details of all install options are given in the `PyRate documentation <http://geoscienceaustralia.github.io/PyRate>`_.
53
+
54
+
`PyRate` and its Python dependencies can be installed directly from the `Python Package Index (PyPI) <https://pypi.org/project/Py-Rate/>`_:
55
+
56
+
::
57
+
58
+
pip install Py-Rate
59
+
60
+
To install from source in Linux, enter these commands in a terminal:
0 commit comments