mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
fix typo
This commit is contained in:
parent
dce104a183
commit
6200eaa48d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Make it run!
|
||||||
To make it run, you just have to do something like::
|
To make it run, you just have to do something like::
|
||||||
|
|
||||||
$ virtualenv venv
|
$ virtualenv venv
|
||||||
$ source budget/bin/activate
|
$ source venv/bin/activate
|
||||||
$ pip install flask flask-wtf flask-sqlalchemy
|
$ pip install flask flask-wtf flask-sqlalchemy
|
||||||
$ cd budget
|
$ cd budget
|
||||||
$ python budget.py
|
$ python budget.py
|
||||||
|
|
Loading…
Reference in a new issue