aider icon indicating copy to clipboard operation
aider copied to clipboard

[Info] How to install Aider on Windows

Open Michal-Mikolas opened this issue 1 year ago • 0 comments

Since I had troubles installing Aider on Windows, I finaly managed it with these steps:

  1. > pip install aider-chat --user
  2. > $env:OPENAI_API_KEY='sk-...
  3. This created aider.exe in c:\users\%username%\appdata\roaming\python\python311\scripts\ folder. But this folder was not added to PATH by default. So you need to add the folder to yout PATH manually. Be avare the folder will be different for different versions of Python.

Michal-Mikolas avatar Jul 03 '23 21:07 Michal-Mikolas