Browse Source

Update README.md

Coder 4 years ago
parent
commit
d5f39e78bb
1 changed files with 11 additions and 1 deletions
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -1,2 +1,12 @@
 # welcomewagon
 # welcomewagon
-Two pieces of code, one written in bash, one written in python for getting information about the computer and OS. Since it is written in bash it must only be executed in the linux terminal. The program that is meant to be executed is the python file, welcomewagon.py. 
+Two pieces of code, one written in bash, one written in python for getting information about the computer and OS. Since it is written in bash it must only be executed in the linux terminal. The program that is meant to be executed is the python file, welcomewagon.py.
+The following need to be installed on your linux terminal:
+
+Python 3
+
+Figlet
+
+To install python go to python.org/downloads/.
+To install figlet on the linux terminal type the following on the command prompt:
+
+`sudo apt-get install figlet`