Installation¶
Prerequisites¶
- Python 3.9 or higher
- pip package manager
Installing from PyPI¶
Once published, you'll be able to install yasched using pip:
Installing from Source¶
To install the latest development version:
Development Installation¶
If you want to contribute to yasched, install with development dependencies:
This will install:
- Core dependencies (streamlit, pyyaml, schedule, etc.)
- Development tools (pytest, ruff, mypy, etc.)
- Documentation tools (mkdocs, mkdocs-material, etc.)
Verifying Installation¶
To verify that yasched is installed correctly:
Or run the web interface:
Next Steps¶
- Continue to the Quick Start Guide