-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Installing Requirements on Windows 10
Malwared LLC edited this page May 15, 2020
·
1 revision
- Follow the Python setup guide for Windows 10.
- In a terminal navigate to your BYOB folder (ex.
cd Desktop/byob-master/byob
) - Run
python setup.py
- Enter password if prompted (it may need to run in sudo mode to install Python packages depending on your configuration)
- In a terminal navigate to your BYOB folder (ex.
cd Desktop/byob-master/byob
) - Run
python -m pip install requirements.txt
- If prompted, install any needed packages using pip (ex.
python pip install colorama
)