ihabunek / toot

toot - Mastodon CLI & TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated setting dev environment guide? Missing `requirements-dev.txt` and `requirements-test.txt`

kianmeng opened this issue · comments

https://github.com/ihabunek/toot/blob/d3d1b0d9a1ca3d67c2efa2481064dbaaa9c88a40/CONTRIBUTING.md#setting-up-a-dev-environment

git clone git@github.com:ihabunek/toot.git
cd toot
python3 -m venv _env
source _env/bin/activate
pip install --editable .
pip install -r requirements-dev.txt
pip install -r requirements-test.txt

Thanks, fixed.

🥳 🥳 🥳 🥳 🥳