Installation
algoFuzz python package is available on PyPI. You simply need to install the package using pip.
Installing from PyPI
Install using pip:
pip install -U algoFuzzVerify installation:
python -c "import algofuzz; print(algofuzz.__version__)"If the installation was successful, you should see the installed version of
algoFuzzprinted.
Troubleshooting
Update pip:
pip install --upgrade pipUse a virtual environment like
venvTry
pip3instead ofpipUse
sudo(Unix) or run as administrator (Windows) if permission errors occur
For more help, see the Troubleshooting section or file an issue on GitHub.
Next Steps
Proceed to the Getting Started guide to learn how to use algoFuzz for clustering data.