From 552a77fd3d3134b57ddb01b3a4d8fbc2a64f90d9 Mon Sep 17 00:00:00 2001 From: lade043 <48773751+lade043@users.noreply.github.com> Date: Mon, 2 Mar 2020 20:59:50 +0100 Subject: [PATCH] Update Readme.md Update commands to python3 and pip3 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7a3c41..cc05c78 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package requires the following system packages to be installed: Begin by installing this packages requirements: - pip install -e . + pip3 install -e . Finally copy the example configuration file `example.config.py`, and save it as `config.py` @@ -36,8 +36,9 @@ You can now configure Sense-Hat-Snake in a few simple steps. Open `sensehatsnake It's really as simple as running the main file - sudo python sensehatsnake/main.py + sudo python3 sensehatsnake/main.py ### License -Sense-Hat-Snake is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) \ No newline at end of file +Sense-Hat-Snake is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) +The original was created by Bradley Cornford bradcornford