update installation command in testing section of contributing docs

This commit is contained in:
Pravin Kamble 2025-12-08 10:50:46 +05:30
parent b05db8b8ba
commit c847be5b84

View File

@ -75,7 +75,7 @@ To run the tests, clone the repository, and then:
# Setup the virtual environment
python3 -m venv env
source env/bin/activate
pip install -e .[testing,optional,packaging]
pip install -e . --group dev
# Run the tests
./runtests.py