From cd31d9291d5d42460f96f806b934b2ab8693c5f0 Mon Sep 17 00:00:00 2001 From: Potenz Date: Tue, 11 Nov 2025 21:15:15 +0530 Subject: [PATCH] updated - pre req --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 751837e..ee4a9b7 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,24 @@ python3 agent.py - [Development Hosts & Ports](docs/ports.md) — which app runs on which host/port +## 📖 Pre Requisites: + +- Device should have +- 1. Install Node. + +- 2. Install Python environment : +ubuntu case: +``` +sudo apt install -y python3 python3-pip python3-venv build-essential +``` + +- 3. Install Postgresql environment: +``` +sudo apt-get install -y postgresql postgresql-contrib postgresql-client libpq-dev +sudo systemctl enable --now postgresql +sudo -u postgres psql -c "SELECT version();" +``` + ## This in a Turborepo. What's inside? This Turborepo includes the following packages/apps: