Skip to content

Commit 96dfdd0

Browse files
authored
Update README.md
1 parent 2362725 commit 96dfdd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@ To run the code examples, please do:
2727
1. Clone the repository
2828
```bash
2929
git clone https://github.com/ci-group/ariel.git
30+
cd ariel
3031
```
31-
3. Create a uv virtual environment inside the repository folder
32+
2. Create a uv virtual environment inside the repository folder
3233
```bash
3334
uv venv
3435
```
35-
4. Sync the virtual environment with the requirements
36+
3. Sync the virtual environment with the requirements
3637
```bash
3738
uv sync
3839
```
39-
5. Run an example, in this case, brain evolution (aka learning) using:
40+
4. Run an example, in this case, brain evolution (aka learning) using:
4041
```bash
4142
uv run examples/re_book/1_brain_evolution.py
4243
```

0 commit comments

Comments
 (0)