Skip to content

Latest commit

History

History
17 lines (10 loc) 路 287 Bytes

installation.rst

File metadata and controls

17 lines (10 loc) 路 287 Bytes

Installation

Install via PyPi

pip install ncellapp

Install from the source

git clone https://github.com/hemantapkh/ncellapp && cd ncellapp && python setup.py sdist && pip install dist/*