File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ As well as a higher-level abstracted interface for easy access to some of the mo
1111For a basic installation with full Linux Device support, run:
1212
1313``` bash
14- pip install git+https://github.com/Steve-Tech/CrOS_EC_Python.git
14+ pip install cros_ec_python
1515```
1616
1717Some interfaces require additional dependencies, for example the LPC interface performs best with the ` portio ` package:
1818
1919
2020``` bash
21- pip install git+https://github.com/Steve-Tech/CrOS_EC_Python.git [lpc]
21+ pip install cros_ec_python [lpc]
2222```
2323
2424### Permissions
@@ -37,7 +37,8 @@ It's easiest just to run your script as root.
3737
3838The documentation for this project can be found [ here] ( https://steve-tech.github.io/CrOS_EC_Python ) .
3939
40- There are also some examples in the ` examples ` directory.
40+ There are also some examples in the [ ` examples ` ] ( https://github.com/Steve-Tech/CrOS_EC_Python/tree/main/examples ) directory,
41+ and every function has usage in the [ ` tests ` ] ( https://github.com/Steve-Tech/CrOS_EC_Python/tree/main/tests ) directory.
4142
4243### Supported Interfaces
4344
You can’t perform that action at this time.
0 commit comments