8000 Update README.md · DevOps8012/Clean-Code-in-Python@3e446fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e446fc

Browse files
authored
Update README.md
1 parent 7adf256 commit 3e446fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ alt="https://www.packtpub.com/" border="5" /></a>
2828

2929
Create a virtual environment, and once activated run:
3030

31-
make setup
31+
**make setup**
3232

3333
This will install the common dependencies. Besides this, each chapter might
3434
have additional ones, for which another ``make setup`` will have to be run
@@ -38,7 +38,7 @@ Each chapter has its corresponding directory given by its number.
3838

3939
Inside each chapter directory, tests can be run by:
4040

41-
make test
41+
*make test*
4242

4343
This requires the ``make`` application installed (in Unix environments).
4444
In environments without access to the ``make`` command, the same code can be

0 commit comments

Comments
 (0)
0