mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
docs: Add SQLAlchemy workaround to install current release
This commit is contained in:
parent
591c91af49
commit
9a5badd3be
1 changed files with 5 additions and 1 deletions
|
@ -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 <http://localhost:5000>`_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue