We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0f586 commit 683a366Copy full SHA for 683a366
1 file changed
README.md
@@ -19,7 +19,13 @@ The test suite is the heart of the project: it stacks several techniques on a si
19
---
20
21
### Installation
22
-
+
23
+Clone the repository :
24
+```bash
25
+git clone https://github.com/DevCTx/unit_tests_practice
26
+```
27
28
+Into the cloned folder :
29
```bash
30
python -m venv venv
31
source venv/bin/activate # Linux / macOS (venv\Scripts\activate on Windows)
0 commit comments