diff --git a/Black Hat Python/README.md b/Black Hat Python/README.md index 037a1d45..cfb0ebf5 100644 --- a/Black Hat Python/README.md +++ b/Black Hat Python/README.md @@ -4,9 +4,14 @@ Source code for the book "Black Hat Python" by Justin Seitz. ## Usage Simply choose a directory (DIR) in which to clone the project using -`git clone`, create a new virtual environment or `venv` for it (recommended + +```bash +git clone https://github.com/DhanushNehru/Python-Scripts/Black Hat Python.git +``` + +create a new virtual environment or `venv` for it (recommended ) and install the requirements using `pip install`. - \ No newline at end of file +