ReadmeAI is available on PyPI as readmeai and can be installed as follows:
Install with pip (recommended for most users):
❯ pip install -U readmeai
With pipx
, readmeai will be installed in an isolated environment:
❯ pipx install readmeai
The fastest way to install readmeai is with [uv][uv-link]:
❯ uv tool install readmeai
To run readmeai
in a containerized environment, pull the latest image from [Docker Hub][dockerhub-link]:
❯ docker pull zeroxeli/readme-ai:latest
Click to build readmeai
from source
-
Clone the repository:
❯ git clone https://github.com/eli64s/readme-ai
-
Navigate to the project directory:
❯ cd readme-ai
-
Install dependencies:
❯ pip install -r setup/requirements.txt
Alternatively, use the [setup script][setup-script] to install dependencies:
-
Run the setup script:
❯ bash setup/setup.sh
Or, use poetry
to build and install project dependencies:
-
Install dependencies with poetry:
❯ poetry install