Skip to content

Commit 016df2d

Browse files
committed
Fix installation instruction.
1 parent ee1e12c commit 016df2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This follows the programming by example (PBE) paradigm.
1616
- Utilities for synthesizing functions and evaluating solvers.
1717

1818
## Installation
19-
19+
This project requires python 3.12 or later.
2020
```bash
2121
git clone https://github.com/abhishekraok/wandering_light.git
2222
cd wandering_light
2323
python3 -m venv .venv
2424
source .venv/bin/activate
25-
pip install .
25+
pip install -e .
2626
```
2727

2828
## Testing

0 commit comments

Comments
 (0)