Skip to content

How to install from source? #503

Closed Answered by ihabunek
marathone asked this question in Q&A
Sep 22, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

toot recently migrated from setup.py to pyproject.toml, so i'm guessing that's your problem.

To install toot in a virtual environment, so it doesn't pollute your global/user python env you can:

git clone git@github.com:ihabunek/toot.git
cd toot
python3 -m venv .venv
source .venv/bin/activate
pip install . 

After this, the executable is available at .venv/bin/toot.

Does this work for you?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@marathone
Comment options

@ihabunek
Comment options

@ihabunek
Comment options

Answer selected by marathone
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants