.. _Installation: Installation ============ It is recommended to install Neuro-Fuzzy Toolbox inside a Python virtual environment. For more information on creating virtual environments, refer to the `official documentation `_. You can install Neuro-Fuzzy Toolbox as follows: .. code-block:: bash pip install neuro-fuzzy-toolbox .. note:: All required dependencies will be installed automatically. However, if you prefer to install them manually, refer to the `requirements.txt `_ file in the repository. For more information on how to use the toolbox, see the :ref:`Usage` section.