Installation
Prerequisites
- Python 3.7+
- pip package manager
Install from PyPI
Verify Installation
You should see the Rhamaa CLI logo and available commands.
Install Wagtail (Required for projects)
Development Installation
Verify Installation
After installation, verify that Rhamaa CLI is working:
You should see the Rhamaa CLI logo and help information.
Installing Wagtail (Required)
Rhamaa CLI requires Wagtail to create new projects. Install it globally:
Or install it in your virtual environment where you plan to work.
Virtual Environment Setup
It's recommended to use virtual environments for your projects:
# Create a new virtual environment
python -m venv myproject-env
# Activate it
# On Linux/Mac:
source myproject-env/bin/activate
# On Windows:
# myproject-env\Scripts\activate
# Install Rhamaa CLI and Wagtail
pip install rhamaa wagtail
Troubleshooting
Permission Errors
If you encounter permission errors on Linux/Mac:
Command Not Found
If rhamaa command is not found after installation:
- Check if the installation directory is in your PATH
- Try using
python -m rhamaainstead - Reinstall with
--userflag
Python Version Issues
Rhamaa CLI requires Python 3.7+. If you have multiple Python versions:
Next Steps
Once installed, proceed to the Quick Start Guide to create your first project.
Updating
To update to the latest version:
To check your current version: