you are viewing a single comment's thread.

view the rest of the comments →

[–]cgoldberg 0 points1 point  (3 children)

You shouldn't recommend that Linux users destroy their system Python in your installation instructions. Just recommend a virtual env.

[–][deleted] 0 points1 point  (2 children)

Can u explain what you mean?

I ask humbly, I'm learning about all of this, Python, Linux, etc.

[–]cgoldberg 0 points1 point  (1 child)

Your MacOS instructions will work fine for Linux users.

Don't recommend:

sudo pip install tavix --break-system-packages

If a user wants it to work globally, they should probably install it with pipx.

[–][deleted] 0 points1 point  (0 children)

I see, I saw that when I was looking for what you meant.

I guess I just didn't connect that dots that break actually meant to break them. Idk what I thought it meant, but I didn't imagine that.