Browse Source

Instructions for python libraries installation added

Jovian (Darkside) 6 years ago
parent
commit
4d26cd8087
1 changed files with 16 additions and 0 deletions
  1. 16 0
      README.md

+ 16 - 0
README.md

@@ -1,2 +1,18 @@
 # PythonPostgresLab
 A CLI (Command Line Interface) written in python to query a PostgreSQL database. Lab realized as a student at Ecole Centrale de Nantes (ECN).
+
+## Prerequisites
+
+### PyInquirer
+
+For easy CLI python interfaces :
+`sudo pip3 install pyinquirer`
+
+### Postgres
+
+To install PostgreSQL driver :
+`sudo pip3 install postgres`
+
+## PostgreSQL database
+
+I suppose that you already have a running instance of postgreSQL. The schema is a model of a logistics company.