Open 0x0elliot opened 1 year ago
closes #109
I have limited experience with the building python applications and used only poetry
for this purpose before. So it can be somewhat not the best way, but I would suggest you to just install different versions of the textual
/rich
in your venv
for the test purposes. Like this:
cd /Users/myusername/tiptop
# Install local tiptop with the correct dependencies.
.venv/bin/pip install .
# It should work at this point
.venv/bin/tiptop
# install wrong textual
.venv/bin/pip install textual==0.40.0
# now your message should appear
.venv/bin/tiptop
I am making this PR because i believe that it would help the community if things run properly on first install.
Big problem however: I tried my best to try to see if this works. I really haven't been able to test it because of these issues.
I tried:
I also tried:
Mind helping me test this? Apologies for asking a novice question :)