joshcho / ChatGPT.el

ChatGPT in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-implement the Python script in Emacs Lisp

joshcho opened this issue · comments

As per #1

A stopgap solution here could be to provide a python package that exposes an entry point application, and that depends an epc. This would allow me to use pipx install chatgpt-el (for example) which would place the required dependencies in a virtual environment. Currently I have to install epc globally?

Done, as per c38c915