1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
This commit is contained in:
Alexis Metaireau 2011-03-10 20:31:02 +00:00
parent dce104a183
commit 6200eaa48d

View file

@ -15,7 +15,7 @@ Make it run!
To make it run, you just have to do something like::
$ virtualenv venv
$ source budget/bin/activate
$ source venv/bin/activate
$ pip install flask flask-wtf flask-sqlalchemy
$ cd budget
$ python budget.py