vinci1it2000 / formulas

Excel formulas interpreter in Python.
https://formulas.readthedocs.io/
European Union Public License 1.1
358 stars 75 forks source link

Improvement on READ ME #53

Closed rmorel closed 4 years ago

rmorel commented 4 years ago

Is your feature request related to a problem? Please describe. It would be better for newcommers to know how to install the dev version of the package to assist with testing

Describe the solution you'd like Add something along these lines on the READ ME at formulas homepage

To install the development version of formulas you can use:

pip install https://github.com/vinci1it2000/formulas/archive/dev.zip

Describe alternatives you've considered This is the easiest way that I found to install a branch version via pip. I tested it just now and it works just fine. You can find more suggestions here.

Additional context This might help people to test and debug the package.

vinci1it2000 commented 4 years ago

Done. Nice suggestion. Thanks!