Skip to content

Commit 9420a2d

Browse files
committed
Updated README.md
1 parent 8269667 commit 9420a2d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ A powerful semantic search system for log files that enables natural language qu
1616

1717
### 1. Install Dependencies
1818

19+
I advise you run in a venv.
20+
21+
```bash
22+
python -m venv venv
23+
source venv/bin/activate
24+
```
25+
26+
or on Windows
27+
28+
```ps1
29+
python.exe -m venv venv
30+
.\venv\Scripts\Activate
31+
```
32+
33+
then
34+
1935
```bash
2036
pip install -r requirements.txt
2137
```

0 commit comments

Comments
 (0)