Installation¶
Requirements¶
- Python 3.8 or higher
- No external dependencies for core functionality
Install from PyPI¶
Install from Source¶
Verify Installation¶
# Start the terminal emulator
python -m dagshell.terminal
# Or test in Python
python -c "from dagshell import DagShell; print('DagShell installed successfully!')"
Development Installation¶
For contributing or development: