Skip to content

2. Installation

Vasanth Vanan edited this page Dec 3, 2024 · 2 revisions
  1. Clone the repository
git clone https://github.com/humblelad/Infinity.git
  1. Run install.sh script to setup the dependencies
chmod +x install.sh
./install.sh
  1. Create a virtual environment every time you run the app
# Tested in Python 3.6.9 venv (Pycharm)
python3 -m venv virtual
source virtual/bin/activate
  1. Run the App
cd sysadmin
python3 -m flask run 
# Flask would start in http://127.0.0.1:5000/

Clone this wiki locally