We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f37ad2 commit a3b538aCopy full SHA for a3b538a
Black Hat Python/README.md
@@ -4,9 +4,14 @@ Source code for the book "Black Hat Python" by Justin Seitz.
4
5
## Usage
6
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
+
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
13
) and install the requirements using `pip install`.
14
15
16
<!-- Updated README links and corrected typos -->
-<!-- Updated README links and corrected typos -->
17
+<!-- Updated README links and corrected typos -->
0 commit comments