8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adf256 commit 3e446fcCopy full SHA for 3e446fc
README.md
@@ -28,7 +28,7 @@ alt="https://www.packtpub.com/" border="5" /></a>
28
29
Create a virtual environment, and once activated run:
30
31
- make setup
+ **make setup**
32
33
This will install the common dependencies. Besides this, each chapter might
34
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.
38
39
Inside each chapter directory, tests can be run by:
40
41
- make test
+ *make test*
42
43
This requires the ``make`` application installed (in Unix environments).
44
In environments without access to the ``make`` command, the same code can be
0 commit comments