mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
copy
This commit is contained in:
parent
2ec453ab2a
commit
6a7fd93580
1 changed files with 5 additions and 15 deletions
20
docs/faq.md
20
docs/faq.md
|
@ -230,26 +230,16 @@ has provided this
|
||||||
|
|
||||||
To run the project locally, follow these steps:
|
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
|
|
||||||
```
|
```
|
||||||
|
# Clone the repository:
|
||||||
|
git clone git@github.com:paul-gauthier/aider.git
|
||||||
|
|
||||||
2. Navigate to the project directory:
|
# Navigate to the project directory:
|
||||||
|
|
||||||
```
|
|
||||||
cd aider
|
cd aider
|
||||||
```
|
|
||||||
|
|
||||||
3. Install the dependencies listed in the `requirements.txt` file:
|
# Install the dependencies listed in the `requirements.txt` file:
|
||||||
|
|
||||||
```
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
|
||||||
|
|
||||||
4. Run the local version of Aider:
|
# Run the local version of Aider:
|
||||||
|
|
||||||
```
|
|
||||||
python -m aider.main
|
python -m aider.main
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue