File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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\S cripts\a ctivate # 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
3646If you would like to contribute, see the
You can’t perform that action at this time.
0 commit comments