From 608981eadcac4b88b904c4f22ca5053b087ee354 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 3 Dec 2021 11:40:47 +0000 Subject: [PATCH] new READ --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index aabcf9d..a8047ad 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,30 @@ Library to hold books / knowledge ## Installation + sudo apt install python3-virtualenv + sudo virtualenv venv + source venv/bin/activate + + sudo chmod -R 777 XPPL/ + + pip3 install flask + pip3 install flask_sqlalchemy + pip3 install marshmallow + pip3 install flask_socketio + pip3 install python-dotenv + pip3 install flask_weasyprint + pip3 install flask_wtf + pip3 install wand + pip3 install PyPDF2 + pip3 install requests + pip3 install autocomplete + + sudo apt-get install libpangocairo-1.0-0 + sudo apt-get install libmagickwand-dev + + bash init_db.sh + + Install the required dependencies: $ pip3 install -r requirements.txt