You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I am prepping smoosh for Homebrew installation, it would be really cool if we could move it over from pip to poetry. Poetry has some drama with Homebrew: python-poetry/poetry#941
As I am prepping smoosh for Homebrew installation, it would be really cool if we could move it over from pip to poetry. Poetry has some drama with Homebrew: python-poetry/poetry#941
For now, we could keep using pip/
setup.py
for Homebrew installation (https://docs.brew.sh/Python-for-Formula-Authors), see the formula for grip as an example, and use poetry for local usage (e.g.poetry run smoosh
).The text was updated successfully, but these errors were encountered: