manual

Configure the application

A python module is a file suffixed with .py. Python modules are translated to binary instructions; the instructions are executed by the computer. A python module may import other python modules. A python virtual environment stores python modules imported by the python module to be executed. tinyshop executes app.py. An example of an imported set of modules is flask.

Required inputs

Instruction set