.. _download:

.. |nbsp| unicode:: 0xA0 
   :trim:

Download
########

Coquery can be installed in two ways: as a binary package, or as a 
Python package. See :ref:`installation` for details.

Binary package
==============

The binary package installs all files on your computer required to run 
Coquery. Currently, it is currently only available on Windows.


.. raw:: html

    <p><a href="download/setup_coquery.exe" class="btn btn-primary btn-sm">Download</a></p>


Python package
==============

The Python installation is available for Windows, Linux, and Mac OS |nbsp| X. 
In order to run Coquery, a few additional software packages are required. 

.. raw:: html

    <p><a href="download/setup_coquery.exe" class="btn btn-primary btn-sm">Download</a></p>

Download and unzip the package to a directory on your computer. Open a 
command line terminal, and change to that directory. Type ``coquery.py`` to 
start the program.

Alternatively, you can use ``pip`` to install it::
    
    pip install coquery

