File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ Python 3.11 or higher
1111# Library
1212
1313## Installation
14-
1514- Install science_mode_4 library inclusive dependencies via pip
1615 - ` pip install science_mode_4 `
1716 - https://pypi.org/project/science-mode-4/
1817
1918## Dependencies
20-
2119- PySerial
2220 - https://pypi.org/project/pyserial/
2321 - ` pip install pyserial `
@@ -33,8 +31,10 @@ Python 3.11 or higher
3331
3432## Build library
3533- Only necessary, if you made changes to the library or install a version from a branch
36- - Install dependencies
34+ - Install build dependencies
3735 - ` python -m pip install --upgrade build `
36+ - Install other library dependencies
37+ - ` pip install -r src/science_mode_4/requirements.txt `
3838- Optional run linter
3939 - ` pip install pylint `
4040 - ` pylint .\src\science_mode_4\ `
You can’t perform that action at this time.
0 commit comments