From c5619b684b7bd72c9c78b8544198313b64ce7650 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Thu, 2 Apr 2015 18:06:04 +0300 Subject: [PATCH] Add package installation command to README Command for installation profimp python package is missed from 'Installation' section of README file(it contains command for installation only requirements). --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c57bd3c..07d7715 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Installation of profimp is super easy: .. code-block:: git clone https://github.com/boris-42/profimp && cd profimp - pip install -r requirements.txt + sudo python setup.py install Usage