# aider-install
A streamlined installer for the [aider AI coding assistant](https://aider.chat).
## Quickly install aider
```bash
python -m pip install aider-install
aider-install
```
## Features
- Sets up aider and its dependencies in an isolated environment
- Automatically installs Python 3.12 if not present
- Uses [uv](https://docs.astral.sh/uv/) for fast, reliable Python package management
- Zero configuration needed
- Only 2 packages are installed in the original python environment: uv and aider-install.
No other dependencies pollute your original python environment.
## Requirements
- macOS, Linux, or Windows
- Python 3.8+ (Python 3.12 will be installed if needed)
## How it works
1. Running `python -m pip install aider-install` installs:
- The very minimal `aider-install` package, which provides the `aider-install` command.
- The uv python package as its only dependency.
2. Running `aider-install` does this:
```bash
uv tool install --python python3.12 aider-chat
uv tool update-shell
```
## Documentation
- [Aider documentation](https://aider.chat)
- [uv package manager](https://docs.astral.sh/uv/)
## Support
For issues with the installer, please [open a GitHub issue](https://github.com/Aider-AI/aider/issues).
For aider usage questions, see the [aider documentation](https://aider.chat).
Raw data
{
"_id": null,
"home_page": "https://github.com/Aider-AI/aider-install",
"name": "aider-install",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Paul Gauthier",
"author_email": "paul@aider.chat",
"download_url": "https://files.pythonhosted.org/packages/05/a9/304a3997ba26c8acd2489d9bb362eff936e1ba3cfb153b715d012f61b36d/aider_install-0.1.3.tar.gz",
"platform": null,
"description": "# aider-install\n\nA streamlined installer for the [aider AI coding assistant](https://aider.chat).\n\n## Quickly install aider\n\n```bash\npython -m pip install aider-install\naider-install\n```\n\n## Features\n\n- Sets up aider and its dependencies in an isolated environment\n- Automatically installs Python 3.12 if not present\n- Uses [uv](https://docs.astral.sh/uv/) for fast, reliable Python package management\n- Zero configuration needed\n- Only 2 packages are installed in the original python environment: uv and aider-install.\nNo other dependencies pollute your original python environment.\n\n## Requirements\n\n- macOS, Linux, or Windows\n- Python 3.8+ (Python 3.12 will be installed if needed)\n\n## How it works\n\n1. Running `python -m pip install aider-install` installs:\n - The very minimal `aider-install` package, which provides the `aider-install` command.\n - The uv python package as its only dependency.\n2. Running `aider-install` does this:\n\n```bash\nuv tool install --python python3.12 aider-chat\nuv tool update-shell\n```\n\n## Documentation\n\n- [Aider documentation](https://aider.chat)\n- [uv package manager](https://docs.astral.sh/uv/)\n\n## Support\n\nFor issues with the installer, please [open a GitHub issue](https://github.com/Aider-AI/aider/issues).\nFor aider usage questions, see the [aider documentation](https://aider.chat).\n",
"bugtrack_url": null,
"license": null,
"summary": "Installer for the aider AI pair programming CLI tool.",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/Aider-AI/aider-install"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "df73901686dacd5125715dff2ebae5e6539880589b37282fa760fefba437d1b3",
"md5": "106ac6ece97940848a1e0ee4bae386a2",
"sha256": "798ce100ed1032c7679d520392c0042e8254bd942a9020759a17683ee66192a5"
},
"downloads": -1,
"filename": "aider_install-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "106ac6ece97940848a1e0ee4bae386a2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6820,
"upload_time": "2024-12-30T13:03:17",
"upload_time_iso_8601": "2024-12-30T13:03:17.449775Z",
"url": "https://files.pythonhosted.org/packages/df/73/901686dacd5125715dff2ebae5e6539880589b37282fa760fefba437d1b3/aider_install-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05a9304a3997ba26c8acd2489d9bb362eff936e1ba3cfb153b715d012f61b36d",
"md5": "49b24f3b4110013981eb7f8d0bd1dac3",
"sha256": "7981fd8e2a1ef3acb0383c75d3846e8095fbfcccb623b5e0d1091c983269d694"
},
"downloads": -1,
"filename": "aider_install-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "49b24f3b4110013981eb7f8d0bd1dac3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6275,
"upload_time": "2024-12-30T13:03:21",
"upload_time_iso_8601": "2024-12-30T13:03:21.419378Z",
"url": "https://files.pythonhosted.org/packages/05/a9/304a3997ba26c8acd2489d9bb362eff936e1ba3cfb153b715d012f61b36d/aider_install-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-30 13:03:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Aider-AI",
"github_project": "aider-install",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "aider-install"
}