pmaengineering / ppp-web

Web server and client application for Pretty PDF Printer, a package to convert XlsForms to human readable formats.
https://www.pma2020.org
MIT License
4 stars 4 forks source link

Dependency update: odk-ppp #8

Closed joeflack4 closed 6 years ago

joeflack4 commented 6 years ago

Description

In requirements.txt, ppp-web is currently using an old requirement: https://github.com/joeflack4/pmix/zipball/working_ppp

This line should now be: odk-ppp

Tasks

tulvit commented 6 years ago

Done, tested. Works like a charm:

$ python3 -m ppp 1.xlsx -p minimal > 1.html /usr/bin/python3: No module named ppp $ pip3 install -r https://raw.githubusercontent.com/PMA-2020/ppp-web/develop-readme/requirements.txt $ python3 -m ppp 1.xlsx -p minimal > 1.html *and it produced a valid file

Also, please check my edits to README.md file.

Changes - probably, both files (README.md and requirements.txt) could be merged to a development branch.

joeflack4 commented 6 years ago

@tulvit Thanks!

Changes merged in #10