Installation Guide
This guide will help you get TomatoPy up and running in your Python environment.
Prerequisites
Python 3.8 or higher
pip (Python package installer)
A virtual environment (recommended)
Installation Methods
Using pip (Recommended)
From Source
Virtual Environment Setup
We recommend using a virtual environment to manage your TomatoPy installation:
Verification
To verify your installation, run Python and try importing TomatoPy:
Troubleshooting
Common Issues
ImportError: No module named 'tomatopy'
Ensure you've activated your virtual environment
Verify the installation was successful with
pip list | grep tomatopy
Version Compatibility
Check that you're using Python 3.8 or higher
Verify package dependencies are correctly installed
Getting Help
If you encounter any issues:
Check our GitHub Issues
Join our Discord Community
Visit our Stack Overflow Tag
Next Steps
API Reference
Last updated
Was this helpful?