From 678a183bebee7c642f04e4b2412cf058b8756ba5 Mon Sep 17 00:00:00 2001 From: Vignesh Skanda Date: Mon, 14 Oct 2024 23:19:51 +0530 Subject: [PATCH] Update README.md --- Black Hat Python/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +