diff --git a/README.md b/README.md index 95f2eb8..e9fe016 100644 --- a/README.md +++ b/README.md @@ -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