You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,25 @@ flowchart TB
129
129
-**Docker** & **Docker Compose**
130
130
- Linux / macOS (or WSL2 for Windows)
131
131
- At least **4 GB RAM**
132
+
-**Python 3.12.3**
133
+
-**All exposed ports are accessible**
134
+
135
+
### ⚠️ Python packages
136
+
137
+
**Make sure to install all of the requirements.txt packages in python virtual environment.**
138
+
139
+
**Make sure to activate the virtual environment before running any Python scripts.**
140
+
141
+
**When you are in any directory that uses Python scripts and you want to run a script outside of a container, make sure to activate the virtual environment first and check that the packages are installed.**
142
+
143
+
**In case of error make sure you are using the same Python version as specified in the Prerequisites section as this toolkit has NOT been tested with other versions.**
144
+
132
145
133
146
### Installation
134
147
```bash
135
148
# 1. Clone repository
136
149
git clone git@github.com:AdamLBS/DohExfTlk.git
137
-
cdDoHExfTlk
150
+
cdDohExfTlk
138
151
139
152
# 2. Download the dataset's CSVs used for the model training (l1-benign.csv & l2-malicious.csv)
0 commit comments