Quick Start¶
Get started with Pyreload in minutes.
Basic Command¶
The simplest way to use Pyreload:
This will:
- Watch the current directory for changes
- Restart myapp.py whenever a .py file changes
- Show restart notifications
Common Options¶
Watch Specific Files¶
Ignore Patterns¶
Pass Arguments to Your Script¶
Next Steps¶
- Learn about Watch Patterns
- Explore Config Files
- Check out Use Cases