.. _installation: Installation ============ Installing GeneticPy can be done by simply using pip: .. code-block:: bash pip install geneticpy GeneticPy requires Python 3.7+ and only a few common Python packages: * ``numpy`` * ``scikit-learn`` * ``tqdm``