mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Added better way to install ihatemoney
This commit is contained in:
parent
2758b46983
commit
37f2e38af3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Alternatively, you can also use the `requirements.txt` file to install the
|
||||||
dependencies yourself. That would be::
|
dependencies yourself. That would be::
|
||||||
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install .
|
pip install -e .
|
||||||
|
|
||||||
And then run the application::
|
And then run the application::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue