We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1e12c commit 016df2dCopy full SHA for 016df2d
README.md
@@ -16,13 +16,13 @@ This follows the programming by example (PBE) paradigm.
16
- Utilities for synthesizing functions and evaluating solvers.
17
18
## Installation
19
-
+This project requires python 3.12 or later.
20
```bash
21
git clone https://github.com/abhishekraok/wandering_light.git
22
cd wandering_light
23
python3 -m venv .venv
24
source .venv/bin/activate
25
-pip install .
+pip install -e .
26
```
27
28
## Testing
0 commit comments