mirror of https://github.com/MatrixTM/MHDDoS.git
Create Install.bat
Make the tool easier to use by adding a quick way to install the requirements.
This commit is contained in:
parent
e2cd9bd9f8
commit
e79b112ea1
|
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
echo Installing...
|
||||
pip install -r requirements.txt
|
||||
cls
|
||||
echo Install finished.
|
||||
pause
|
||||
Loading…
Reference in New Issue