Introduction
This user is a step-by-step guide of how to deploy your first library that summarize and subtract numbers.
The guide does not require you to know a lot about Python and CI/CD circle, but it supposes you have basic understanding of Git and how to install libraries with pip, so you want to create a such own. Everything will be described as full as possible.
Make sure you have installed these:
* make
* git
* python
(I hope you are here not by an accident)
Hint
You can find some questions answers about coverage of a little more advanced cases in Reference section
Let's go!