Moved instructions from README.md into FAQs section.

This commit is contained in:
Farhan Ahmad 2023-09-18 15:04:00 -04:00
parent e255b2f500
commit 7137b29744
2 changed files with 29 additions and 28 deletions

View file

@ -154,34 +154,6 @@ For a discussion of using other non-OpenAI models, see the
See the [installation instructions](https://aider.chat/docs/install.html).
## Running Locally
To run the project locally, follow these steps:
1. Clone the repository or create your fork:
```
git clone https://github.com/your-username/aider.git
```
2. Navigate to the project directory:
```
cd aider
```
3. Install the dependencies listed in the `requirements.txt` file:
```
pip install -r requirements.txt
```
4. Run the local version of Aider:
```
python -m aider.main
```
## FAQ
For more information, see the [FAQ](https://aider.chat/docs/faq.html).