-
Notifications
You must be signed in to change notification settings - Fork 0
2. Installation
Vasanth Vanan edited this page Dec 3, 2024
·
2 revisions
- Clone the repository
git clone https://github.com/humblelad/Infinity.git- Run
install.shscript to setup the dependencies
chmod +x install.sh
./install.sh- 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- Run the App
cd sysadmin
python3 -m flask run
# Flask would start in http://127.0.0.1:5000/