From 90b948a0573b6873bf5c1f2a3cadfc29aaf798b3 Mon Sep 17 00:00:00 2001 From: Parts Date: Wed, 23 Nov 2022 21:39:20 +0100 Subject: [PATCH] Updated readme --- readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f219947..2c9d65c 100644 --- a/readme.md +++ b/readme.md @@ -5,14 +5,19 @@ ELABs custom inventory system for locating components. The system allows searching for parts in ELAB by part name or a description text and returns the location of the part - a drawer or other compartment name and a map illustration. Finding obscure, outdated ICs was never this easy! -##Requirements -Python, and the following packages: +##Requirements (Debian-based systems) + + +$ sudo apt install python3 python3-pip libpq-dev postgresql-13 nginx git + +Python packages: * flask * requests * sqlalchemy * werkzeug * pillow +* psycopg2 ##Work in progress -The system is currently being worked on. No touchy! \ No newline at end of file +The system is currently being worked on. No touchy!