10000 Update README.md · aihua/Clean-Code-in-Python@2b1dc70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b1dc70

Browse files
authored
Update README.md
1 parent 02d27e6 commit 2b1dc70

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ alt="https://www.packtpub.com/" border="5" /></a>
2424

2525
## Instructions and Navigations
2626

27-
Setup
28-
=========
27+
**Setup**
2928

3029
Create a virtual environment, and once activated run:
3130

@@ -37,13 +36,13 @@ inside that particular directory.
3736

3837
Each chapter has its corresponding directory given by its number.
3938

40-
Inside each chapter directory, tests can be run by::
39+
Inside each chapter directory, tests can be run by:
4140

4241
make test
4342

4443
This requires the ``make`` application installed (in Unix environments).
4544
In environments without access to the ``make`` command, the same code can be
46-
tested by running the commands on the ``Makefile``::
45+
tested by running the commands on the ``Makefile``:
4746

4847
python -m doctest *.py
4948
python -m unittest *.py

0 commit comments

Comments
 (0)
0