8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e446fc commit 5617023Copy full SHA for 5617023
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