Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.12 KB

README.md

File metadata and controls

57 lines (38 loc) · 2.12 KB

Logo

Taskrunner for the Tempoture Project

A taskrunner for heroku server.

Repositories for Tempoture
Frontend-Repository · Backend-Repository · Database-Repository . Taskrunner-Repository

Software

  • Python3 - The programming language of choice for the project.

Installation Guide

Before installing the following softwares, have the latest version of Python installed. Also note that these install commands are specific for the Ubuntu bash terminal.

Flask

      $sudo apt update - Ensures Ubuntu is up to date.
      $sudo apt install python3-pip - Install package management system.
      $pip install Flask - Install for Flask.

Apscheduler

      $sudo apt update - Ensures Ubuntu is up to date.
      $sudo apt install python3-pip - Install package management system.
      $pip install apscheduler - Install for apscheduler.

License

Distributed under the GPL License. See LICENSE for more information.