Installation¶
System Requirements¶
PromptManager requires:
- Ruby: 2.7 or higher (3.0+ recommended)
- Operating System: Linux, macOS, or Windows
- Dependencies: No additional system dependencies required
Install the Gem¶
Using Bundler (Recommended)¶
Add PromptManager to your project's Gemfile
:
Then install:
Using RubyGems¶
Install directly with gem:
Development Installation¶
For development or to get the latest features:
Verify Installation¶
Test that PromptManager is installed correctly:
Dependencies¶
PromptManager has minimal dependencies and automatically installs:
- No external system dependencies
- Pure Ruby dependencies only
- Lightweight footprint for easy integration
Troubleshooting¶
Common Issues¶
Getting Help¶
If you encounter installation issues:
- Check the GitHub Issues
- Search for similar problems in Discussions
- Create a new issue with:
- Ruby version (
ruby --version
) - Gem version (
gem list prompt_manager
) - Error message and full stack trace
Next Steps¶
Once installed, continue to the Quick Start guide to begin using PromptManager.