Installation¶
Pyreload requires Python 3.8 or higher.
Installation Methods¶
Install pyreload globally using pipx:
This installs pyreload in an isolated environment, making it available system-wide.
Verify Installation¶
Check that pyreload is installed correctly:
You should see output like:
Dependencies¶
Pyreload has only two runtime dependencies:
- watchdog (>=2.0.0) - File system event monitoring
- colorama (>=0.4.4) - Cross-platform colored terminal output
These are automatically installed when you install pyreload.
Upgrading¶
To upgrade to the latest version:
Platform Support¶
Pyreload works on all major platforms:
- ✅ Linux (all distributions)
- ✅ macOS (Intel and Apple Silicon)
- ✅ Windows (PowerShell, CMD, Git Bash)
Next Steps¶
Now that pyreload is installed, head to the Quick Start guide to start using it!