We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2362725 commit 96dfdd0Copy full SHA for 96dfdd0
README.md
@@ -27,16 +27,17 @@ To run the code examples, please do:
27
1. Clone the repository
28
```bash
29
git clone https://github.com/ci-group/ariel.git
30
+cd ariel
31
```
-3. Create a uv virtual environment inside the repository folder
32
+2. Create a uv virtual environment inside the repository folder
33
34
uv venv
35
-4. Sync the virtual environment with the requirements
36
+3. Sync the virtual environment with the requirements
37
38
uv sync
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:
41
42
uv run examples/re_book/1_brain_evolution.py
43
0 commit comments