Skip to content

Commit 6c1918d

Browse files
committed
docs: remove not supported statement from pypi
1 parent b08e7e3 commit 6c1918d

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ A Python library for managing hierarchical reference frames and frame-aware geom
2727

2828
## Installation
2929

30-
Install directly from GitHub:
30+
Install directly from PyPI:
3131

3232
```bash
33-
pip install git+https://github.com/Littie28/hazy-frames.git
33+
pip install hazy-frames
3434
```
3535

3636
Or download the wheel from [releases](https://github.com/Littie28/hazy-frames/releases/latest):

docs/installation.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,18 @@ Requirements
88
- NumPy >= 2.3.4
99
- SciPy >= 1.16.3
1010

11-
Install from PyPI (not yet supported)
12-
-------------------------------------
11+
Install from PyPI
12+
-----------------
1313

1414
.. code-block:: bash
1515
16-
pip install hazy-frames
16+
pip install hazy-frames
1717
18-
Install with pip
19-
----------------
18+
Or wit uv:
2019

2120
.. code-block:: bash
2221
23-
pip install git+https://github.com/Littie28/hazy-frames.git
24-
25-
Install with uv
26-
---------------
27-
28-
.. code-block:: bash
29-
30-
uv add git+https://github.com/Littie28/hazy-frames.git
22+
uv add hazy-frames
3123
3224
Install from source
3325
-------------------

0 commit comments

Comments
 (0)