From 363ac12486b3102ea41346e832b2f774eb99fd08 Mon Sep 17 00:00:00 2001 From: nvdv Date: Thu, 19 May 2016 17:18:11 +0300 Subject: [PATCH] Update building instructions in README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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