Installation Options¶
Most users should follow the Getting Started guide. This page covers alternative installation methods and troubleshooting.
Alternative Install Methods¶
Using pipx¶
If you prefer pipx over uv:
Development Installation¶
For contributors or those who want to modify Amplifier:
# Clone the repository
git clone https://github.com/microsoft/amplifier.git
cd amplifier
# Install in development mode
uv pip install -e .
Manual Configuration¶
If you prefer manual setup:
1. Set Your API Key¶
2. Select Your Provider¶
3. Verify Setup¶
Shell Completion¶
Enable tab completion for your shell:
Supports bash, zsh, fish, and PowerShell.
Updating¶
Update to the latest version:
Or reinstall:
Troubleshooting¶
"Command not found: amplifier"¶
Ensure your tool bin directory is in PATH:
Add this to your shell profile (.bashrc, .zshrc, etc.).
"No API key found"¶
Make sure your API key environment variable is set:
Or run amplifier init to configure it.
"Module not found" errors¶
Try reinstalling with a clean state:
Next Steps¶
- Getting Started → - Run your first AI session
- Provider Setup → - Configure your LLM provider