Update Readme.md

Update commands to python3 and pip3
This commit is contained in:
lade043
2020-03-02 20:59:50 +01:00
committed by GitHub
parent e435fd366e
commit 552a77fd3d
+3 -2
View File
@@ -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)
The original was created by Bradley Cornford bradcornford