Skip to content

Commit a415d52

Browse files
Merge pull request #492 from neurobionics/Documentation_for_uv_install_update
updated uv install documentation
2 parents 136799b + d8a518f commit a415d52

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/installation.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,22 @@ This section is for those who want to contribute to opensourceleg or need to mod
114114
```bash
115115
pip install uv
116116
```
117+
OR
118+
If you are unable to install uv, do
119+
120+
```bash
121+
pip install uv --break-system-packages
122+
```
123+
124+
If you are unable to find uv command then add following line in your `.bashrc` script :
125+
```bash
126+
export PATH="$PATH:/home/$USER/.local/bin"
127+
```
128+
129+
Then, open a new shell or reload your shell configuration:
130+
```bash
131+
source ~/.bashrc
132+
```
117133
For other installation methods (including standalone installers), see the [UV installation guide](https://docs.astral.sh/uv/getting-started/installation/).
118134

119135
- **Git**: Version control system, see [Git installation guide](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)