-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Installing Requirements on Mac
Malwared LLC edited this page May 15, 2020
·
1 revision
- Python 2.7 is recommended (this project was built with 2.7, however, work has been done to support Python 3+ as well, but there may be some bugs)
- Python 2.7 comes pre-installed on Mac OS. However, if you need to install it for some reason you can go to https://www.python.org/downloads/mac-osx/
- 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
)