We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a730a commit eb970d5Copy full SHA for eb970d5
1 file changed
README.md
@@ -14,8 +14,8 @@ to find new integer sequence programs.
14
You need Python 3.7 or higher. To install the dependencies for LODA, run these commands:
15
16
```bash
17
-python3 -m venv env
18
-source env/bin/activate
+python3 -m venv ./venv
+source ./venv/bin/activate
19
pip install -r requirements.txt
20
```
21
0 commit comments