a simple function plotter. takes a one variable function x
and plot the function between the start and the stop values
the application is not deployed yet to test the development version
- clone the repo into your local machine and open the terminal into the project directory.
- create a virtual environment for the project
- for linux
python3 -m venv venv
- for windows
py -m venv venv
- for linux
- activate the virtual environment
- for linux
source venv/bin/activate
- for windows
venv/Script/activate
- for linux
- run the script
- for linux
python3 main.py
- for windows
py main.py
- for linux
- run the command
pytest test_app.py