Add README
This commit is contained in:
parent
8a335a7020
commit
d1118a1a14
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -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`
|
Loading…
Add table
Reference in a new issue