I’m not a python person, so I had to try some things to install the
python toot mastodon cli tool. To make it easier next time:
- pull from the upstream ihabunet/toot github repo,
- make clean, to remove previous build config,
- make, to build the wheel,
- run ‘python -m pip install
dist/toot-0.45.1.dev4+g89ea460.d20241105-py3-none-any.whl’, because pip
isn’t installed.
New instructions:
- git clone git@github.com:ihabunek/toot.git
- cd toot
- python3 -m venv .venv
- source .venv/bin/activate
- pip install .
Available in .venv/bin/toot
https://github.com/ihabunek/toot/discussions/503
Me at
Back to ComputerProgramming