File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ way is to coordinate with the core developers via an issue or pull request conve
77
88Development 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^^^^^^^
You can’t perform that action at this time.
0 commit comments