From f0d50f7e24fad351ce6afc948da7e25cd29d7092 Mon Sep 17 00:00:00 2001 From: sadrasabouri Date: Wed, 29 Sep 2021 18:40:10 +0330 Subject: [PATCH] add : INSTALL.md added. (#1) --- INSTALL.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..a4c2b21 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,17 @@ +## Installation + + +### Source code +- Download [Version 0.1](https://github.com/sepandhaghighi/samila/archive/v0.1.zip) or [Latest Source ](https://github.com/sepandhaghighi/samila/archive/dev.zip) +- Run `pip install -r requirements.txt` or `pip3 install -r requirements.txt` (Need root access) +- Run `python3 setup.py install` or `python setup.py install` (Need root access) + +### PyPI + + +- Check [Python Packaging User Guide](https://packaging.python.org/installing/) +- Run `pip install samila==0.1` or `pip3 install samila==0.1` (Need root access) + +### Easy install + +- Run `easy_install --upgrade samila` (Need root access)