Add requirements.txt

This commit is contained in:
Kremitzl 2019-12-17 18:59:35 +01:00
parent adbf01a012
commit 2ddda0741a
3 changed files with 10 additions and 9 deletions

View File

@ -1,9 +1,8 @@
# onpoint
# OnPoint
## installation
### requirements
* pypandoc (from pip)
* needs pandoc
## Installation
You have to have python3 and pandoc installed.
$ cd onpoint
$ pip3 install -r requirements.txt

View File

@ -115,6 +115,7 @@ def read_yaml(path):
except yaml.YAMLError as exc:
print(exc)
compile('../test/', language='de')
compile('../test/', language='en')
if __name__ == '__main__':
compile('../test/', language='de')
compile('../test/', language='en')

1
onpoint/requirements.txt Normal file
View File

@ -0,0 +1 @@
pypandoc==1.4