Skip to content

Commit eb970d5

Browse files
committed
move env
1 parent b2a730a commit eb970d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ to find new integer sequence programs.
1414
You need Python 3.7 or higher. To install the dependencies for LODA, run these commands:
1515

1616
```bash
17-
python3 -m venv env
18-
source env/bin/activate
17+
python3 -m venv ./venv
18+
source ./venv/bin/activate
1919
pip install -r requirements.txt
2020
```
2121

0 commit comments

Comments
 (0)