From 6119efbfa9e118bce803f83fb57da7508bfba477 Mon Sep 17 00:00:00 2001
From: ymkymkymkymx <43044797+ymkymkymkymx@users.noreply.github.com>
Date: Fri, 30 Oct 2020 18:50:35 -0400
Subject: [PATCH] Update README.md
---
README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 57 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9f36d02..43de62d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,57 @@
-# Tempoture-taskrunner
\ No newline at end of file
+
+
+
+
+
+
+
+
+
Taskrunner for the Tempoture Project
+
+
+ A taskrunner for heroku server.
+
+
+ Repositories for Tempoture
+
+ Frontend-Repository
+ ·
+ Backend-Repository
+ ·
+ Database-Repository
+ .
+ Taskrunner-Repository
+
+
+
+
+### Software
+
+
+
+ * [Python3](https://www.python.org/download/releases/3.0/) - 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.
+
+
+
+
+
+[license-shield]: https://cdn.discordapp.com/attachments/750506956539822120/771468904899543090/gpl_license.PNG
+[license-url]: https://github.com/Tempoture/Tempoture-taskrunner/blob/main/LICENSE