Merge pull request #4 from confirm/pypi-upload

Pypi upload
This commit is contained in:
Dominique Barton 2019-02-24 22:22:51 +01:00 committed by GitHub
commit 7e8bfa825a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View file

@ -2,5 +2,6 @@ __pycache__/
*.pyc
build/
dist/
*.egg-info/
.eggs/
.eggs/

View file

@ -43,7 +43,7 @@ Please connect the ``RC522`` RFID module to the RPi as follows:
- ``RC522 pin 7 [RST ]`` ``RPi pin 22 [ GPIO 25 ]``
- ``RC522 pin 8 [3.3V]`` ``RPi pin 17 [3.3V PWR ]``
Please have a look at the `Raspberry Pi SPI Pinout <https://pinout.xyz/pinout/spi>`_ if you want to have a graphical view of the RPi GPIO pins.
Please have a look at the `Raspberry Pi SPI pinout <https://pinout.xyz/pinout/spi>`_ if you want to have a graphical view of the RPi GPIO pins.
.. note::
@ -85,7 +85,7 @@ If you're planning to use a card to shutdown the system, you also need to create
Install via pip
---------------
To install Mopidy Pummeluff via ``pip``, run this command:
The recommended way to install Mopidy Pummeluff by using ``pip`` and thus by executing the following command:
.. code-block:: bash
@ -98,7 +98,7 @@ To install Mopidy Pummeluff via ``pip``, run this command:
Install from source
-------------------
To install Mopidy Pummeluff from source, run this command:
Alternatively, you can also install Mopidy Pummeluff from source, by running this command:
.. code-block:: bash