add : INSTALL.md added. (#1)

pull/26/head
sadrasabouri 2021-09-29 18:40:10 +03:30
rodzic ae2ec29317
commit f0d50f7e24
1 zmienionych plików z 17 dodań i 0 usunięć

17
INSTALL.md 100644
Wyświetl plik

@ -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)