Suggest installing from requirements.txt

I had to blow away my virtual environment, and installing from
requirements.txt worked whereas the existing line didn't, I guess due to
the fixed version number of textual. I don't know exactly, but it seems
pretty silly to try to maintain this list of requirements separately.
This commit is contained in:
Isaiah Odhner 2023-06-16 18:07:40 -04:00
parent 93f98a89e7
commit 53a733ae32

View File

@ -203,7 +203,7 @@ source .venv/bin/activate
Install Textual and other dependencies:
```bash
pip install "textual[dev]" stransi psutil watchdog pyperclip pyright
pip install -r requirements.txt
```
Run via Textual's CLI for live-reloading CSS support, and enable other development features: