fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Updated fabfile requirements and readme

This commit is contained in:
Felipe Martin 2014-04-02 17:23:06 +02:00
parent 1352dda40e
commit 13e0d56096
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ fab runserver
- Nodejs
- Python 2.7 with virtualenv and pip
- grunt-cli installed as global resource
- bower installed as a global resource
# First install

2
fabfile.py vendored
View File

@ -32,7 +32,7 @@ if not env.hosts:
# Doctor checkups
DOCTOR = {
'apps': ['virtualenv', 'python', 'npm', 'grunt']
'apps': ['virtualenv', 'python', 'npm', 'grunt', 'bower']
}