ricklamers / shell-ai

LangChain powered shell command generator and runner CLI
MIT License
1.02k stars 62 forks source link

Add specific Python requirements for Linux to README #35

Closed jerkstorecaller closed 7 months ago

jerkstorecaller commented 8 months ago

shell-ai didn't work on my Ubuntu 20.04 box (still supported until 2025) because that distro has Python 3.8 and shell-ai's main.py uses platform.freedesktop_os_release() which was added in Python 3.10.

Hopefully this saves someone time if they don't meet the requirements.

ricklamers commented 7 months ago

Ty for catching!