********************
Installation
********************

Install
========================================================================================
The package can be installed from PyPI or from GitHub.

Versioned
========================================================================================
Install a specific version (where <VERSION> is something like '0.1') from PyPi:

.. code-block:: bash

   pip install football_packing==0.1

or from GitHub:

.. code-block:: bash

   pip install git+https://github.com/samirak93/Football-packing

|

Dependencies
========================================================================================

===================================================================== ====================================
Package                                                                 Minimum supported version
===================================================================== ====================================
`Pandas <https://pandas.pydata.org/pandas-docs/stable/index.html>`__             >=1.0.3
`NumPy <https://www.numpy.org>`__                                                >=1.18.1
`Bokeh <https://docs.bokeh.org/en/latest/>`__                                    >=2.0.2
`Scipy <https://www.scipy.org/>`__                                               >=1.4.1
`Scikit-learn <https://scikit-learn.org/stable/index.html>`__                    >=0.23.1
===================================================================== ====================================
