Standardise venv activation command
This commit is contained in:
parent
d8efdfcf71
commit
ea9be39c48
|
|
@ -19,11 +19,11 @@
|
||||||
- Tkinter (install separately on some Linux distros)
|
- Tkinter (install separately on some Linux distros)
|
||||||
|
|
||||||
## Setup with uv (Windows PowerShell)
|
## Setup with uv (Windows PowerShell)
|
||||||
```powershell
|
```bash
|
||||||
git clone https://git.lukasmahler.de/lm/ICRA.git
|
git clone https://git.lukasmahler.de/lm/ICRA.git
|
||||||
cd ICRA
|
cd ICRA
|
||||||
uv venv
|
uv venv
|
||||||
.\.venv\Scripts\Activate
|
source .venv/Scripts/activate
|
||||||
uv pip install .
|
uv pip install .
|
||||||
uv run icra
|
uv run icra
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue