edited README.md
This commit is contained in:
parent
45de412037
commit
1b29a858f7
22
README.md
22
README.md
@ -1,5 +1,21 @@
|
||||
# Oled-EInk-RaspberryPi
|
||||
|
||||
OLED and E-Paper on RaspberryPi
|
||||
|
||||
A simple library with examples to use a Oled- or E-Ink-Display with RaspberryPi (Zero/2/3/4)
|
||||
OLED and E-Paper on RaspberryPi
|
||||
|
||||
A simple library with examples to use a Oled- or E-Ink-Display with RaspberryPi (Zero/2/3/4)
|
||||
|
||||
# Installation
|
||||
To install the RPiGPIO.makertools library, you first have to clone the git repo:
|
||||
```
|
||||
git clone https://git.privacynerd.de/dotmakertools/RPiGPIO.makertools.git
|
||||
```
|
||||
After this is done, cd into RPiGPIO.makertools and type:
|
||||
```
|
||||
python3 setup.py install
|
||||
```
|
||||
This will copy the required package files to your python installation point (or, in case of a virtual environment, to the _lib_ directory of the env folder) and install all requirements.
|
||||
|
||||
That's it! Now you can use the library in Python by importing it:
|
||||
```python3
|
||||
import RPiGPIOmakertools
|
||||
```
|
Loading…
Reference in New Issue
Block a user