We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8269667 commit 9420a2dCopy full SHA for 9420a2d
1 file changed
README.md
@@ -16,6 +16,22 @@ A powerful semantic search system for log files that enables natural language qu
16
17
### 1. Install Dependencies
18
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
35
```bash
36
pip install -r requirements.txt
37
```
0 commit comments