Skip to content

Commit 363d647

Browse files
committed
use uv for installation
1 parent 29d7d4a commit 363d647

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,20 @@ Read the [documentation](https://poseinterface.neuroinformatics.dev/) for more i
2727
2828
## Installation
2929

30-
You can install the ``poseinterface`` package directly from GitHub using pip:
30+
We recommend installing `poseinterface` in a virtual environment, using [uv](https://docs.astral.sh/uv/).
31+
32+
In your working directory, create a new environment and activate it:
33+
34+
```bash
35+
uv venv --python=3.13
36+
source .venv/bin/activate # On macOS and Linux
37+
.venv\Scripts\activate # On Windows PowerShell
38+
```
39+
40+
Then, install the package directly from GitHub:
3141

3242
```bash
33-
pip install git+https://github.com/neuroinformatics-unit/poseinterface.git
43+
uv pip install git+https://github.com/neuroinformatics-unit/poseinterface.git
3444
```
3545

3646
If you would like to contribute, see the

0 commit comments

Comments
 (0)