Browse Source

Adds Requirements.txt

pull/54/head
Luthaf 10 years ago
parent
commit
c6772eb127
  1. 3
      Requirements.txt
  2. 7
      readme.md

3
Requirements.txt

@ -0,0 +1,3 @@
Jinja2==2.7.3
argparse==1.2.1
-e git+https://github.com/tiarno/plastex#egg=plasTeX

7
readme.md

@ -22,6 +22,13 @@ Clone Patacrep repos:
> git clone git://github.com/patacrep/patacrep.git
> git clone git://github.com/patacrep/patadata.git
# Installation from source
Make sure you have [pip](https://pip.pypa.io/en/latest/) installed, and then run
> pip install -r Requirements.txt
> python setup.py install
# Run
> <patacrep>/songbook <songbook_file.sb>

Loading…
Cancel
Save