Skip to content

Commit e1de1de

Browse files
authored
Update latest version in Getting Started (#1242)
1 parent fbb3fea commit e1de1de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The latest release version of LSDB is available to install with `pip <https://py
4848

4949
.. code-block:: bash
5050
51-
pip install "lsdb>=0.7.3"
51+
pip install "lsdb>=0.8.1"
5252
5353
.. code-block:: bash
5454
55-
conda install -c conda-forge "lsdb>=0.7.3"
55+
conda install -c conda-forge "lsdb>=0.8.1"
5656
5757
LSDB can also be installed from source on `GitHub <https://github.com/astronomy-commons/lsdb>`_. See our
5858
advanced installation instructions in the :doc:`contribution guide </developer/contributing>`.
@@ -64,7 +64,7 @@ advanced installation instructions in the :doc:`contribution guide </developer/c
6464

6565
.. code-block:: console
6666
67-
python -m pip install "lsdb[full]>=0.7.3"
67+
python -m pip install "lsdb[full]>=0.8.1"
6868
6969
Quickstart
7070
--------------------------

0 commit comments

Comments
 (0)