Skip to content

Commit 683a366

Browse files
committed
update README
1 parent 7a0f586 commit 683a366

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ The test suite is the heart of the project: it stacks several techniques on a si
1919
---
2020

2121
### Installation
22-
22+
23+
Clone the repository :
24+
```bash
25+
git clone https://github.com/DevCTx/unit_tests_practice
26+
```
27+
28+
Into the cloned folder :
2329
```bash
2430
python -m venv venv
2531
source venv/bin/activate # Linux / macOS (venv\Scripts\activate on Windows)

0 commit comments

Comments
 (0)