From 0ccd8204b12e498ef90c75ebd073c11537ec1ced Mon Sep 17 00:00:00 2001 From: MakeHaven shared account Date: Fri, 14 Apr 2017 08:34:40 -0400 Subject: [PATCH] Fix markdown for headings in README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a2034ff..2ca8dc4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -#WiringPi for Python +# WiringPi for Python WiringPi: An implementation of most of the Arduino Wiring functions for the Raspberry Pi WiringPi implements new functions for managing IO expanders. -#Quick Build +# Quick Build A quick and dirty build script is supplied to install WiringPi-Python for Python 2 and 3. Just: @@ -15,29 +15,29 @@ cd WiringPi-Python ./build.sh ``` -#Manual Build +# Manual Build -##Get/setup repo +## Get/setup repo ```bash git clone --recursive https://github.com/WiringPi/WiringPi-Python.git cd WiringPi-Python git submodule update --init ``` -##Prerequisites +## Prerequisites To rebuild the bindings you **must** first have python-dev, python-setuptools and swig installed. ```bash sudo apt-get install python-dev python-setuptools swig ``` -##Build WiringPi +## Build WiringPi ```bash cd WiringPi sudo ./build ``` -##Generate Bindings +## Generate Bindings Return to the root directory of the repository and: @@ -47,7 +47,7 @@ or `swig3.0 -thread -python wiringpi.i` -##Build & install with +## Build & install with `sudo python setup.py install` @@ -55,7 +55,7 @@ Or Python 3: `sudo python3 setup.py install` -##Usage +## Usage import wiringpi