File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,20 @@ Now especially for the Display'O'Tron 3000 in our case :
5555 - Directory 'library'
5656```
5757
58- ### Installing
58+ ### Downloading/ Installing - EASY WAY !!!
5959To get and install the files , use this line :
6060```
6161git clone https://github.com/Franck1333/TravelKit_RPI.git
6262```
6363
6464- When the project is Downloaded and Installed , check your "pi" folder , and you will see the folder "TravelKit_RPI"
65+ When you did it , you will have to launch the file called "setup.py" to install the dependencies neccessary for the project with this command line :
6566
66- ### NEED TO BE INSTALL BEFORE RUNNING
67+ ```
68+ sudo python setup.py install
69+ ```
70+
71+ ### Or you can do it by yourself with those command lines :
6772
6873#### The Weather API :
6974```
You can’t perform that action at this time.
0 commit comments