diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2017-08-01 07:11:04 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2017-08-01 07:11:25 +0200 |
commit | 449909a872f738043890f521fcc297265836c983 (patch) | |
tree | 27e92adacc44da622a7747d855bf5f8aaf4bd5c6 /INSTALL | |
parent | d9883ee64215ee91bfe1cc3e75c83ec6e6875671 (diff) | |
download | aur-449909a872f738043890f521fcc297265836c983.tar.gz aur-449909a872f738043890f521fcc297265836c983.tar.xz |
INSTALL: Add new dependencies
Add installation instructions for python-bleach and python-markdown
which are required for the rendercomment script.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ read the instructions below. 5) Install Python modules and dependencies: # pacman -S python-mysql-connector python-pygit2 python-srcinfo + # pacman -S python-bleach python-markdown # python3 setup.py install 6) Create a new user: |