Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlzp committed Oct 27, 2015
1 parent 3920266 commit 3f48acb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Setup backend requirements
virtualenv venv
. venv/bin/activate (venv\Scripts\activate in Windows)
pip install -r requirements.txt
npm install
bower install

**Note**: if you failed in ``pip install -r requirements.txt`` in Windows, try to install package binaries directly.

Expand All @@ -63,8 +61,6 @@ Then init tables::

python manage.py db upgrade



Run app
~~~~~~~

Expand All @@ -82,6 +78,11 @@ Install Node.js first and then install Bower_, FIS_ and Gulp_ globally::
npm install -g fis-postpackager-simple
npm install gulp

Install local packages::

npm install
bower install

Run Gulp watch task
~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 3f48acb

Please sign in to comment.