Installation¶
Requirements¶
- Python 3.8 or higher
- pip (Python package manager)
Install from PyPI¶
The simplest way to install pyfuzzy-toolbox is via pip:
Optional Dependencies¶
Install with machine learning support (ANFIS, Wang-Mendel, optimization):
Install with development tools (testing, linting):
Install everything:
Install from Source¶
For development or to get the latest features:
For editable install with development dependencies:
Verify Installation¶
Import Convention¶
The recommended import convention is:
Note: The package name on PyPI is pyfuzzy-toolbox, but you import it as fuzzy_systems.
Next Steps¶
- Quickstart: Create your first fuzzy system in 5 minutes
- Key Concepts: Learn fundamental fuzzy logic concepts