You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires pip 21.2 for recursive optional dependencies:
https://hynek.me/articles/python-recursive-optional-dependencies/
While at it, also create a "dev" extra to install everything required
for a development environment, like so:
python3 -m venv ircstream-venv
. ircstream-venv/bin/activate
pip install -U pip # needed for PEP 660 support
pip install -e .[dev]
0 commit comments