Installation¶
Prerequisites¶
- Python 3.8 or higher
- pip or uv package manager
Installation Methods¶
Using pip¶
pip install xx-shell
Using uv¶
uv pip install xx-shell
From Source¶
-
Clone the repository:
git clone https://github.com/your-org/xx-shell.git cd xx-shell -
Install dependencies:
uv pip install -r requirements.txt -
Install the package:
uv pip install -e .
Quickstart Example¶
# Install XX
pip install xx-shell
# Activate XX shell
xx activate
# Use natural language commands
xx> $ find "all media files under 500mb"
Verifying Installation¶
Run the following command to verify the installation:
xx-shell --version
Troubleshooting¶
If you encounter any issues: - Ensure Python is installed correctly - Check your PATH environment variable - Verify pip/uv is up to date