File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed
Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff 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
3636Or download the wheel from [ releases] ( https://github.com/Littie28/hazy-frames/releases/latest ) :
Original file line number Diff line number Diff 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-------------------
You can’t perform that action at this time.
0 commit comments