Skip to content

Commit 307e7fb

Browse files
committed
include path to python3 in startup example
1 parent 36d770a commit 307e7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ cd pygrid && ./pygrid.py
5252

5353
To start at boot I simply added the following line to *Startup Applications*.
5454
```bash
55-
<full-path>/pygrid/pygrid.py
55+
/usr/bin/python3 <full-path>/pygrid/pygrid.py
5656
```
5757

5858

0 commit comments

Comments
 (0)