Alina Lozovskaya commited on
Commit
7539bf4
·
1 Parent(s): 53b9f79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,10 +3,14 @@
3
  Working repo, we should turn this into a ReachyMini app at some point maybe ?
4
 
5
  ## Installation
 
6
 
7
  ```bash
8
- pip install -e .
 
 
9
  ```
 
10
 
11
  ## Run
12
 
 
3
  Working repo, we should turn this into a ReachyMini app at some point maybe ?
4
 
5
  ## Installation
6
+ You can set up the project quickly using [uv](https://docs.astral.sh/uv/):
7
 
8
  ```bash
9
+ uv venv --python 3.12.1 # Create a virtual environment with Python 3.12.1
10
+ source .venv/bin/activate
11
+ uv sync
12
  ```
13
+ > Note: The `pyproject.toml` expects `reachy-mini-dances-library` to be located in the same directory as this project.
14
 
15
  ## Run
16