mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
Moved instructions from README.md into FAQs section.
This commit is contained in:
parent
e255b2f500
commit
7137b29744
2 changed files with 29 additions and 28 deletions
28
README.md
28
README.md
|
@ -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).
|
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
|
## FAQ
|
||||||
|
|
||||||
For more information, see the [FAQ](https://aider.chat/docs/faq.html).
|
For more information, see the [FAQ](https://aider.chat/docs/faq.html).
|
||||||
|
|
29
docs/faq.md
29
docs/faq.md
|
@ -8,6 +8,7 @@
|
||||||
- [Can I use aider with other LLMs, local LLMs, etc?](#can-i-use-aider-with-other-llms-local-llms-etc)
|
- [Can I use aider with other LLMs, local LLMs, etc?](#can-i-use-aider-with-other-llms-local-llms-etc)
|
||||||
- [Can I change the system prompts that aider uses?](#can-i-change-the-system-prompts-that-aider-uses)
|
- [Can I change the system prompts that aider uses?](#can-i-change-the-system-prompts-that-aider-uses)
|
||||||
- [Can I run aider in Google Colab?](#can-i-run-aider-in-google-colab)
|
- [Can I run aider in Google Colab?](#can-i-run-aider-in-google-colab)
|
||||||
|
- [How can I run aider locally from source code?](#how-can-i-run-aider-locally-from-source-code)
|
||||||
|
|
||||||
## How does aider use git?
|
## How does aider use git?
|
||||||
|
|
||||||
|
@ -224,3 +225,31 @@ all the raw information being sent to/from GPT in the conversation.
|
||||||
User [imabutahersiddik](https://github.com/imabutahersiddik)
|
User [imabutahersiddik](https://github.com/imabutahersiddik)
|
||||||
has provided this
|
has provided this
|
||||||
[Colab notebook](https://colab.research.google.com/drive/1J9XynhrCqekPL5PR6olHP6eE--rnnjS9?usp=sharing).
|
[Colab notebook](https://colab.research.google.com/drive/1J9XynhrCqekPL5PR6olHP6eE--rnnjS9?usp=sharing).
|
||||||
|
|
||||||
|
## How can I run aider locally from source code?
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue