Installation Guide¶
Prerequisites¶
- Python 3.12 or higher
- pip (Python package installer)
Installing from PyPI¶
The easiest way to install is via pip:
Verifying Installation¶
Verify the installation by executing the following lines with a Python interpreter:
Or directly in the terminal:
Troubleshooting¶
Common Issues¶
-
Import Errors
- Ensure Python environment is activated
- Verify package installation with
pip list
-
Version Conflicts
- Try creating a new virtual environment
- Update dependencies with
pip install --upgrade
Getting Help¶
- Open an issue on GitHub
- Check the documentation
Next Steps¶
- Read the Quick Start Guide
- Check out the API References:
- View User Guide