File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ alt="https://www.packtpub.com/" border="5" /></a>
24
24
25
25
## Instructions and Navigations
26
26
27
- Setup
28
- =========
27
+ ** Setup**
29
28
30
29
Create a virtual environment, and once activated run:
31
30
@@ -37,13 +36,13 @@ inside that particular directory.
37
36
38
37
Each chapter has its corresponding directory given by its number.
39
38
40
- Inside each chapter directory, tests can be run by::
39
+ Inside each chapter directory, tests can be run by:
41
40
42
41
make test
43
42
44
43
This requires the `` make `` application installed (in Unix environments).
45
44
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 `` :
47
46
48
47
python -m doctest *.py
49
48
python -m unittest *.py
You can’t perform that action at this time.
0 commit comments