Installation
paradance can be installed from pypi with:
pip install paradance
Installing with pip will use prebuilt binary wheels on x86_64 Linux, Windows and OSX.
Install the latest development version:
pip install --upgrade git+https://github.com/yinsn/paradance.git
Also, you can clone a project and install it from a source code
git clone https://github.com/yinsn/paradance.git
cd paradance
python setup.py install