Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 709 Bytes

File metadata and controls

42 lines (32 loc) · 709 Bytes

gpandoc

Graphical front-end to Pandoc document preparation tool.

HOWTO set up development environment

####In order to run gPandoc successfully you should have at least to have:

  • PyQt5==5.7.1
  • Pillow==4.0.0
  • pypandoc ==1.3.3
  • pandocfilters==1.4.1
  • pandoc-latex-environment==0.0.4
  • sip==4.19
  • pip==9.0.1
  • wheel==0.29.0
  • olefile==0.44
  • setuptools==32.3.1

####installed on your system. Dependency setup:

 sudo pip3 install -r requirements.txt

or

 ./install.py

####Caution! gPandoc requires TeX Live package (pdflatex) to create PDF documents!!

####Running from terminal:

 python3 main.py

or

 ./main.py

####Running from filemanager - just double click :)