From 9a5badd3beb0d9d40c64d2b4e05aadbc014bf58a Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Tue, 20 Jul 2021 19:39:21 +0200 Subject: [PATCH] docs: Add SQLAlchemy workaround to install current release --- docs/installation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 059fb291..2fed458c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -56,12 +56,16 @@ Install the latest release with pip:: pip install ihatemoney +.. warning:: The current release of ihatemoney (4.1.5) does not work with SQLAlchemy 1.4. + The dependency will be fixed in the next version, but in the meantime you + can work around the issue with: ``pip install 'SQLAlchemy>=1.3,<1.4'``. + Test it ======= Once installed, you can start a test server:: - ihatemoney run + ihatemoney runserver And point your browser at `http://localhost:5000 `_.