From 72bf86bda585818a5e30783f854dd2179c17785c Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 14 Sep 2017 12:50:22 +0430 Subject: [PATCH] docs : minor edit in README file installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d32ae63..97478ca 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ By [Moduland Co](http://www.moduland.ir) ## Installation ### Source Code - Download [Version 0.23](https://github.com/moduland/Orangetool/archive/v0.23.zip) or [Latest Source ](https://github.com/Moduland/Orangetool/archive/master.zip) - -- `python3 setup.py install` +- `pip3 install -r requirements.txt` or `pip install -r requirements.txt` (Need root access) +- `python3 setup.py install` or `python setup.py install` ### PyPI - Check [Python Packaging User Guide](https://packaging.python.org/installing/)