Installation

Python Package

Install package with:

#execute next line being in `src` dir where `setup.py` file is
#after cloning repo:
#https://github.com/optimizacion-2-2021-1-gh-classroom/practica-1-segunda-parte-caroacostatovany.git
pip install .

or in editable mode:

#execute next line being in `src` dir where `setup.py` file is
#after cloning repo:
#https://github.com/optimizacion-2-2021-1-gh-classroom/practica-1-segunda-parte-caroacostatovany
pip install -e .

or with url:

pip install "git+https://github.com/optimizacion-2-2021-1-gh-classroom/practica-1-segunda-parte-caroacostatovany.git#egg=mex&subdirectory=src"