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