Skip to content

Commit 5a00b7a

Browse files
author
Marc Hofmann
committed
wip
1 parent 677b854 commit 5a00b7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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\`

0 commit comments

Comments
 (0)