AI pair programming in your terminal
conda create --prefix ./env
pip install -r requirements.txt
# use `conda info --envs` to list all your envs
conda activate /PATH_TO_PROJ/env
conda deactivate
aider --openai-api-key "<API_KEY>" file_name.file_ext
# example aider --openai-api-key "sk-..." src/hello.ts
Make sure you've selected the correct environment to run on.
e.g. python <python-version> (conda) .\env\python.exe