Source code for the book "Black Hat Python" by Justin Seitz.
Simply choose a directory (DIR) in which to clone the project using
git clone
, create a new virtual environment or venv
for it (recommended
) and install the requirements using pip install
.