readme.txt 533 B

12345678910111213141516171819
  1. Hometab is a Python Flask Application
  2. It requires
  3. - Python version 3.9
  4. - Pip (Python Package Manager) via Apt
  5. - Pipenv (Python Environment Manager) via Apt
  6. Installation
  7. - $ git clone https://lab.raqnet.org/control/hometab
  8. - $ cd hometab/
  9. - $ pipenv shell --python 3.9
  10. - $ pip install flask flask_login SQLAlchemy Werkzeug flask_sqlalchemy
  11. - $ python3 main.py
  12. When finished, remember to exit out of the pipenv environment with
  13. - $ exit
  14. Usage
  15. - Navigate to 127.0.0.1:5000 in the web browser