lciti / cvxEDA

Algorithm for the analysis of electrodermal activity (EDA) using convex optimization
GNU General Public License v3.0
62 stars 28 forks source link

Made the package pip installable. #8

Open LeonardoAlchieri opened 2 years ago

LeonardoAlchieri commented 2 years ago

I introduced some minor modifications in order to be able to install it with pip directly from github.

For example:

pip install git+https://github.com/lciti/cvxEDA

Ideally, the package could be made available on [PyPI[(https://pypi.org).

LeonardoAlchieri commented 2 years ago

I also added a few modification to the actual python, but nothing major.