monome / druid

terminal interface for crow
GNU General Public License v3.0
35 stars 16 forks source link

pip3 -> pipx #86

Open tehn opened 11 months ago

tehn commented 11 months ago

recent linux install requires python-pipx rather than python-pip3 --- checking macos now

simple doc update

xmacex commented 8 months ago

macOS, Python 3.11, homebrew. FYI I did pipx install monome-druid and it snuck druid in ~/.local/bin. Once pip3 uninstall monome-druid and the one from pipx is the only one in which -a, it runs fine. Just a data point.

Additionally druid via pipx also make my earlier, pesky

ModuleNotFoundError: No module named 'prompt_toolkit.eventloop.defaults'

go away. That was a dependency race condition between druid and jupyter, which I had a local, dorky little workaround for. For a contained application pipx seems like the better way... for interactive python thing (like Jupyter) i rather just interact with my globally installed libraries via the usual pip3 and not contain them in a menagerie of virtual environments.