We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e67ef commit 72bf86bCopy full SHA for 72bf86b
README.md
@@ -41,8 +41,8 @@ By [Moduland Co](http://www.moduland.ir)
41
## Installation
42
### Source Code
43
- Download [Version 0.23](https://github.com/moduland/Orangetool/archive/v0.23.zip) or [Latest Source ](https://github.com/Moduland/Orangetool/archive/master.zip)
44
-
45
-- `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`
46
### PyPI
47
48
- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
0 commit comments