Steps to run a single attack on windows system
Closed this issue · 2 comments
mehwish-aman commented
Hey!
I am new to VFL. I want to run this code but I didnt understand the instructions given in read.md file.
Kindly guide me with all the steps to run this code for only single attack(active attack) on windows system.
Thanks in advance..
FuChong-cyber commented
Are you familiar with Anaconda?
- You can install Anaconda and create a virtual environment ''my_venv'' (or whatever name you like).
- Open a command prompt window on windows system, navigate to the directory where you store these codes
- Type ''conda activate my_venv'' to activate the virtual environment
- Use .bat files to run attacks, as demonstrated in Readme
If there are errors indicating that some packages are missing, use pip to install them.
mehwish-aman commented
@FuChong-cyber Thankyou for the reply!
I already followed all these steps, actually I was stuck in running .bat files.
Now its all working..
Thankyou soo much.