Add requirements.txt
This commit is contained in:
parent
adbf01a012
commit
2ddda0741a
13
README.md
13
README.md
@ -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
|
||||
|
||||
@ -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
1
onpoint/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
pypandoc==1.4
|
||||
Loading…
x
Reference in New Issue
Block a user