File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -128,20 +128,20 @@ Development Instructions
128128The current code base is compatible with both py2 and py3.
129129Use make to perform a range of activities
130130
131- ```
132- $ make
133- Makefile for pymodbus
131+ ::
134132
135- Usage:
133+ $ make
134+ Makefile for pymodbus
136135
137- make install install the package in a virtual environment
138- make reset recreate the virtual environment
139- make check check coding style (PEP-8, PEP-257)
140- make test run the test suite, report coverage
141- make tox run the tests on all Python versions
142- make clean cleanup all temporary files
136+ Usage:
137+
138+ make install install the package in a virtual environment
139+ make reset recreate the virtual environment
140+ make check check coding style (PEP-8, PEP-257)
141+ make test run the test suite, report coverage
142+ make tox run the tests on all Python versions
143+ make clean cleanup all temporary files
143144
144- ```
145145
146146------------------------------------------------------------
147147License Information
You can’t perform that action at this time.
0 commit comments