Skip to content

Commit a3b538a

Browse files
authored
Update README.md (#332)
1 parent 2f37ad2 commit a3b538a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Black Hat Python/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Source code for the book "Black Hat Python" by Justin Seitz.
44

55
## Usage
66
Simply choose a directory (DIR) in which to clone the project using
7-
`git clone`, create a new virtual environment or `venv` for it (recommended
7+
8+
```bash
9+
git clone https://github.com/DhanushNehru/Python-Scripts/Black Hat Python.git
10+
```
11+
12+
create a new virtual environment or `venv` for it (recommended
813
) and install the requirements using `pip install`.
914

1015

1116
<!-- Updated README links and corrected typos -->
12-
<!-- Updated README links and corrected typos -->
17+
<!-- Updated README links and corrected typos -->

0 commit comments

Comments
 (0)