Skip to content

Commit 9468a9b

Browse files
committed
update install instructions, source code link
1 parent f8043c9 commit 9468a9b

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,14 @@ In the directory organization above:
8484

8585
Installation
8686
------------
87-
For directions on how to install the `gnss_lib_py` project, please
87+
88+
`gnss_lib_py` is available through `pip` installation with:
89+
90+
```
91+
pip install gnss-lib-py
92+
```
93+
94+
For directions on how to install an editable or developer installation of `gnss_lib_py` on Linux, MacOS, and Windows, please
8895
see the [install instructions](https://gnss-lib-py.readthedocs.io/en/latest/install.html).
8996

9097
Tutorials

docs/source/index.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ We provide standard row names for :code:`NavData` elements on the
3333
These names ensure cross compatability between different datasets and
3434
algorithms.
3535

36+
Source Code
37+
-----------
38+
All source code is available on GitHub at
39+
`github.com/stanford-navlab/gnss_lib_py <https://github.com/stanford-navlab/gnss_lib_py>`__.
40+
41+
3642
.. _organization:
3743

3844
Code Organization
@@ -87,7 +93,15 @@ In the directory organization above:
8793

8894
Installation
8995
------------
90-
For directions on how to install the :code:`gnss_lib_py` project, please
96+
97+
``gnss_lib_py`` is available through ``pip`` installation with:
98+
99+
.. code-block:: bash
100+
101+
pip install gnss-lib-py
102+
103+
For directions on how to install an editable or developer installation
104+
of ``gnss_lib_py`` on Linux, MacOS, and Windows, please
91105
see the :ref:`install instructions<install>`.
92106

93107
Tutorials

0 commit comments

Comments
 (0)