Skip to content

Commit 6d1e0af

Browse files
Update README and requirements for vulnscan feature installation instructions
Signed-off-by: Shahm Najeeb <[email protected]>
1 parent 09cca11 commit 6d1e0af

File tree

2 files changed

+18
-25
lines changed

2 files changed

+18
-25
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ To install and setup Logicytics, follow these steps:
3636

3737
> [!IMPORTANT]
3838
> We recommend Python Version `3.11` or higher, as the project is developed and tested on this version.
39-
>
40-
> You must also install `pytorch` if you want to use the vulnscan feature, To install run the command `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124`
41-
> If the device has CUDA available (NVidea GPUs),
4239
>
43-
> Otherwise, run `pip3 install torch torchvision torchaudio` to use the CPU, ofcourse this is optional for normal
44-
> usage's,
45-
> until you require `vulnscan`
40+
> To use vulnscan, you will need `torch` - Installation instructions can be
41+
> found [here](https://pytorch.org/#fws_68845ae25b0fb).
42+
> If you have a supported GPU, it is recommended to install the Nvidea GPU version of PyTorch for better performance.
43+
>
44+
> Settings should be: `Stable -> Windows -> Pip -> Python` and if you have a supported CUDA version, select that too
45+
> else CPU.
4646
4747
### Prerequisites
4848

requirements.txt

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
configobj~=5.0.9
2-
pathlib~=1.0.1
3-
joblib~=1.3.2
4-
matplotlib~=3.10.1
5-
xgboost~=2.1.4
6-
scikit-learn~=1.6.1
7-
Faker~=36.1.1
8-
networkx~=3.2.1
9-
numpy~=2.2.3
10-
plotly~=6.0.0
11-
seaborn~=0.13.2
12-
torchviz~=0.0.3
13-
tqdm~=4.66.6
2+
configparser~=7.1.0
3+
psutil~=6.1.1
144
requests~=2.32.3
155
DateTime~=5.5
16-
sentence-transformers~=3.4.1
176
colorlog~=6.9.0
7+
aiofiles~=24.1.0
8+
joblib~=1.3.2
9+
numpy~=2.2.3
10+
pathlib~=1.0.1
1811
safetensors~=0.5.3
12+
tqdm~=4.66.6
1913
WMI~=1.5.1
2014
prettytable~=3.15.1
21-
pandas~=2.2.2
22-
scapy~=2.5.0
23-
psutil~=7.0.0
24-
configparser~=7.1.0
25-
aiofiles~=24.1.0
26-
cryptography~=44.0.2
15+
matplotlib~=3.10.1
16+
networkx~=3.2.1
17+
pandas~=2.2.3
18+
cryptography~=44.0.2
19+
scapy~=2.5.0

0 commit comments

Comments
 (0)