This commit is contained in:
Paul Gauthier 2023-09-27 10:20:59 -07:00
parent 2ec453ab2a
commit 6a7fd93580

View file

@ -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
``` ```