Skip to content

Commit

Permalink
Update building instructions in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdv committed May 19, 2016
1 parent 48ae546 commit 363ac12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ All Python and ```npm``` module dependencies are listed in package.json and requ


To install current dev version, clone this repository and execute

python setup.py install

```sh
python setup.py deps_install && python setup.py build_ui && python setup.py install
```
To install just ```vprof``` dependencies, run

python setup.py deps_install
Expand Down

0 comments on commit 363ac12

Please sign in to comment.