ADD PROJECT DESCRIPTION
Developed by:
- Felipe A. Mesa N. - [email protected] - https://github.com/cantgetpastmesa
- Olga P. Fuentes - [email protected] -
- Johann F. Osma - [email protected] -
For Universidad de los Andes. Reaserch Group CMUA. B10MICROSYSTEMS
This project was developed on top of an open source template owned by https://github.com/ISIS1225DEVS
The link to the template: https://github.com/ISIS1225DEVS/Reto4-Template.git
In order to properly use this software, your machine has to run a recent version of Python and have installed the following libraries:
- MatPlotLib
- NumPy
- Tabulate
Run the following command in your terminal application to check the libraries you have installed:
pip list
If your computer does not have them installed, run the following commands:
pip3 install --upgrade pip
pip3 install matplotlib
pip3 install numpy
pip3 install tabulate
INSTRUCTIONS: