You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ To get a specific version:
203
203
git checkout tags/vX.Y.Z -b vX.Y.Z
204
204
205
205
Then::
206
+
pip install -r requirements.txt
206
207
pip install -e .
207
208
208
209
This installs pymodbus in your virtual environment with pointers directly to the pymodbus directory, so any change you make is imidiatly available as if installed.
@@ -237,7 +238,6 @@ That said, the current work mainly involves polishing the library and
237
238
solving issues:
238
239
239
240
* Get version 3.0.0 released
240
-
* Make PEP-8 compatible and pylint, flake8, black and mypy ready
241
241
* Fixing bugs/feature requests
242
242
* Architecture documentation
243
243
* Functional testing against any reference we can find
0 commit comments