File tree <
8000
svg aria-hidden="true" focusable="false" class="octicon octicon-sidebar-expand" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom"> 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ alt="https://www.packtpub.com/" border="5" /></a>
28
28
29
29
Create a virtual environment, and once activated run:
30
30
31
- ** make setup**
31
+ make setup
32
32
33
33
This will install the common dependencies. Besides this, each chapter might
34
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
38
39
39
Inside each chapter directory, tests can be run by:
40
40
41
- * make test*
41
+ make test
42
42
43
43
This requires the `` make `` application installed (in Unix environments).
44
44
In environments without access to the `` make `` command, the same code can be
You can’t perform that action at this time.
0 commit comments