Logility
Run
python3 app.pyAnd then open the browser on 127.0.0.1:5000/login
Venv
Install :
sudo apt install python3-venvSet the environ :
sudo python3.6 -m venv venv
source venv/bin/activate
deactivateGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
python3 app.pyAnd then open the browser on 127.0.0.1:5000/login
Install :
sudo apt install python3-venvSet the environ :
sudo python3.6 -m venv venv
source venv/bin/activate
deactivate