Skip to content

Commit 9161a10

Browse files
committed
Add to PyPI
1 parent 41e2356 commit 9161a10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ As well as a higher-level abstracted interface for easy access to some of the mo
1111
For 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

1717
Some 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

3838
The 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

0 commit comments

Comments
 (0)