You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,12 @@ When you did it , you will have to launch the file called "setup.py" to install
67
67
```
68
68
sudo python setup.py install
69
69
```
70
+
### This commmand line must be executed anyway to install the DOT3K DISPLAY :
71
+
#### The Display'O'Tron Softwares and libs :
72
+
73
+
```
74
+
curl -sS get.pimoroni.com/displayotron | bash
75
+
```
70
76
71
77
### Or you can do it by yourself with those command lines :
72
78
@@ -81,12 +87,6 @@ When you did it , you will have to launch the file called "setup.py" to install
81
87
sudo pip install -U googlemaps
82
88
```
83
89
84
-
### This commmand line must be executed anyway to install the DOT3K DISPLAY:
85
-
#### The Display'O'Tron Softwares and libs :
86
-
87
-
```
88
-
curl -sS get.pimoroni.com/displayotron | bash
89
-
```
90
90
## Run
91
91
#### First Way to run the project :
92
92
To run the project , you can run the small script file called "Start_DOT3K_TravelKit.sh" in the folder "START" ; it's will launch the project in the background
0 commit comments