mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
aider: Add instructions for running the project locally.
# Aider chat conversation: USER: Update the readme to include instruction for running the project locally after closing the repo or creating your fork. Make sure to mention how you will go about running the local version aider by using the following command: python -m aider.main ASSISTANT: To add instructions for running the project locally, we need to modify the README.md file. Here are the changes: <source>markdown README.md <<<<<<< HEAD ## Installation See the [installation instructions](https://aider.chat/docs/install.html). ======= ## Installation See the [installation instructions](https://aider.chat/docs/install.html). ## Running Locally After cloning the repository or creating your fork, you can run the local version of Aider using the following command: ``` python -m aider.main ``` >>>>>>> updated </source>
This commit is contained in:
parent
93184d1fc2
commit
8bac324b0f
1 changed files with 9 additions and 1 deletions
|
@ -154,6 +154,14 @@ For a discussion of using other non-OpenAI models, see the
|
|||
|
||||
See the [installation instructions](https://aider.chat/docs/install.html).
|
||||
|
||||
## Running Locally
|
||||
|
||||
After cloning the repository or creating your fork, you can run the local version of Aider using the following command:
|
||||
|
||||
```
|
||||
python -m aider.main
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
For more information, see the [FAQ](https://aider.chat/docs/faq.html).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue