summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi <fmang@mg0.fr>2020-02-22 22:31:26 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2020-02-27 16:44:36 +0100
commita8a1f74a9207339bf707bb09e8dba7b2c67abb5b (patch)
treee8fa6de61abc49cb8710e283b7f6661e96add849 /INSTALL
parent7188743fc3b1a9c1f5f65e323a6502d018bd95d5 (diff)
downloadaur-a8a1f74a9207339bf707bb09e8dba7b2c67abb5b.tar.gz
aur-a8a1f74a9207339bf707bb09e8dba7b2c67abb5b.tar.xz
Set up Alembic for database migrations
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 68fe5dcd..7087aca2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -47,8 +47,8 @@ read the instructions below.
4) Install Python modules and dependencies:
- # pacman -S python-mysql-connector python-pygit2 python-srcinfo python-sqlalchemy
- # pacman -S python-bleach python-markdown
+ # pacman -S python-mysql-connector python-pygit2 python-srcinfo python-sqlalchemy \
+ python-bleach python-markdown python-alembic
# python3 setup.py install
5) Create a new MySQL database and a user and import the aurweb SQL schema: