Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Added dateutil deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Apr 7, 2014
1 parent 2cde0db commit 5689861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/installation/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ The following steps are suggested as requirement to migrate your data:
your virtual machines.
6. Copy from your backup "storage" and "db" folders.

Now setup Alembic (the framework used for migrations) with::
Now setup Alembic (the framework used for migrations) and dateutil with::

pip install alembic
pip install python-dateutil

Enter the alembic migration directory in "utils/db_migration" with::

Expand Down

0 comments on commit 5689861

Please sign in to comment.