Installation of Configs-dev

This part of the documentation covers the installation of Configs-dev. The first step to using any software package is getting it properly installed.

Make sure you are in the proper virtual environment or global if you would like everyone to have access to the package.

Simply run the command

$ pip install |project|

some code:

>>> r = 3
>>> r
3
>>> r = 5
oops