Skip to content

Commit 51f93c4

Browse files
authored
Update README.md
A small update after the Update that include a "setup.py" python file that include all the dependencies to Download and Install.
1 parent 360501f commit 51f93c4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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 !!!
5959
To get and install the files , use this line :
6060
```
6161
git 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
```

0 commit comments

Comments
 (0)