File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 7272## Installation
7373After you downloaded * python-elitech* , no further installation steps are required
7474as the (lightweight) dependences are provided as submodules for simplicity.
75+ You can also install the provided Wheel package using PIP
76+ ``` sh
77+ $ pip install path\t o\p ackage.whl
78+ ```
7579
7680Nevertheless, it is *** highly*** recommended that you add the [ rules] ( 60-elitech.rules )
7781to ` udev ` . This can be done by simply copying (as root) this file
@@ -88,6 +92,14 @@ on my system, but any other existing group can be chosen by editing the file.
8892This will enable a stadard user, provided he is a member of the ` dialout ` group,
8993to access the device.
9094
95+ ## Building
96+ The Wheel package and the source archive can be build using [ Setuptools] ( https://setuptools.pypa.io )
97+ with the following command line
98+ ``` sh
99+ $ python -m build
100+ ```
101+ in the directory where the ` pyproject.toml ` file is.
102+
91103## CLI
92104The CLI interface can be invoked using ` python elitech [command] `
93105in the project root directory (which contains this README).
You can’t perform that action at this time.
0 commit comments