Skip to content

Commit 9d55592

Browse files
committed
Update doc instructions.
1 parent 4e3e64b commit 9d55592

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ mink is a library for differential inverse kinematics in Python, based on the `M
1515
Installation
1616
------------
1717

18-
You can install `mink` with `pip`:
18+
Install from PyPI:
1919

2020
.. code:: bash
2121
22-
pip install mink
22+
uv add mink
2323
24-
To include example dependencies:
24+
Or clone and run locally:
2525

2626
.. code:: bash
2727
28-
pip install mink[examples]
28+
git clone https://github.com/kevinzakka/mink.git && cd mink
29+
uv sync
2930
3031
.. toctree::
3132
:maxdepth: 1

0 commit comments

Comments
 (0)