gpt-engineer
gpt-engineer copied to clipboard
Reference pipx and BASE_URL in readme.md
PTAL @AntonOsika @patillacode @carlthome
Thanks for the idea!
Def don't want to add additional bloat to readme and make us look like projects like smol-dev though
- What problem does the BASE_URL solve specifically? Do you have examples?
- Regarding pipx, any drawbacks? Should we just delete all references to venv in Makefile, and only refer to pipx for developers? (and say pip and pipx works for stable release)
Regarding pipx, any drawbacks? Should we just delete all references to venv in Makefile, and only refer to pipx for developers? (and say pip and pipx works for stable release)
pipx isn't for development. It's a convenience tool for installing applications for usage without having to fiddle with virtual environments (pipx installs into global but isolated venvs by default). venv is still beneficial for editable installs for package development.
I agree this might be considered bloat. Users of pipx are probably power users, and it's a popular preference but not an obvious standard (yet?).
Stale -> closing for now!