From d1118a1a14c66aa26c506eeb337b999c484eef1e Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Wed, 5 May 2021 17:41:34 -0600 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..abcf57f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# calculator + +A simple calculator based on [CodePulse's Math Interpreter series](https://www.youtube.com/playlist?list=PLZQftyCk7_Sdu5BFaXB_jLeJ9C78si5_3) + +## Purpose + +To revisit some Python basics, experiment with Python 3.10, and learn GitLab CI/CD and GitHub Actions + +## Requirements + +- Python 3.10 + +## Usage + +`python3.10 main.py`