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:
Farhan Ahmad 2023-09-16 15:40:05 -04:00
parent 93184d1fc2
commit 8bac324b0f

View file

@ -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).
@ -170,4 +178,4 @@ For more information, see the [FAQ](https://aider.chat/docs/faq.html).
* *This project is stellar.* -- [funkytaco](https://github.com/paul-gauthier/aider/issues/112#issuecomment-1637429008)
* *Amazing project, definitely the best AI coding assistant I've used.* -- [joshuavial](https://github.com/paul-gauthier/aider/issues/84)
* *I am an aider addict. I'm getting so much more work done, but in less time.* -- [dandandan](https://discord.com/channels/1131200896827654144/1131200896827654149/1135913253483069470)
* *Best agent for actual dev work in existing codebases.* -- [Nick Dobos](https://twitter.com/NickADobos/status/1690408967963652097?s=20)
* *Best agent for actual dev work in existing codebases.* -- [Nick Dobos](https://twitter.com/NickADobos/status/1690408967963652097?s=20)