Installation¶
Requirements¶
- Python 3.8 or higher
- pip package manager
Install from PyPI¶
The easiest way to install FuzzyInfer:
Install with Optional Dependencies¶
CLI Support¶
For the interactive command-line interface:
Development Tools¶
For development and testing:
All Features¶
Install everything:
Install from Source¶
Latest Development Version¶
Specific Version¶
Verify Installation¶
Python Import¶
Command-Line¶
Virtual Environment (Recommended)¶
Using venv¶
python -m venv fuzzy-env
source fuzzy-env/bin/activate # On Windows: fuzzy-env\Scripts\activate
pip install fuzzy-infer
Using conda¶
Docker¶
Official Image¶
docker pull ghcr.io/queelius/fuzzy-infer:latest
docker run -it ghcr.io/queelius/fuzzy-infer:latest fuzzy-infer --help
Build Your Own¶
Platform-Specific Notes¶
macOS¶
Ubuntu/Debian¶
Windows¶
Troubleshooting¶
Permission Errors¶
If you encounter permission errors:
Dependency Conflicts¶
Use a virtual environment to avoid conflicts:
Behind a Proxy¶
Uninstalling¶
Next Steps¶
- Follow the Quick Start guide
- Explore the Examples
- Read about Core Concepts