Skip to content

Commit 38f17bf

Browse files
committed
feat: update docs
1 parent 16e4d38 commit 38f17bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/contributing.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ way is to coordinate with the core developers via an issue or pull request conve
77

88
Development installation
99
^^^^^^^^^^^^^^^^^^^^^^^^
10-
Fork PySTAC Client into your GitHub account. Clone the repo, install
11-
the library as an "editable link", then install the development dependencies:
10+
Fork PySTAC Client into your GitHub account. Clone the repo, install `uv
11+
<https://docs.astral.sh/uv/getting-started/installation/>`_ then sync and
12+
activate the created virtual environment:
1213

1314
.. code-block:: bash
1415
1516
$ git clone [email protected]:your_user_name/pystac-client.git
1617
$ cd pystac-client
17-
$ pip install -e '.[dev]'
18+
$ uv sync
19+
$ source .venv/bin/activate
1820
1921
Testing
2022
^^^^^^^

0 commit comments

Comments
 (0)