Skip to content

Commit

Permalink
update docs with uv installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Sep 4, 2024
1 parent b42e7f9 commit e9ae4d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ The library is also available on conda-forge:
conda install -c conda-forge pyopensky
Development mode (with poetry):
Development mode (with uv):

.. code::
git clone https://github.com/open-aviation/pyopensky
cd pyopensky
poetry install
curl -LsSf https://astral.sh/uv/install.sh | sh # Linux and MacOS
irm https://astral.sh/uv/install.ps1 | iex # Windows
uv sync --dev
.. hint::

Expand Down

0 comments on commit e9ae4d3

Please sign in to comment.