Updated Testing section from Contributing.md

This commit is contained in:
Pravin Kamble 2025-12-07 19:19:47 +05:30
parent f3757ed549
commit 58d82d6268

View File

@ -75,8 +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 .
pip install -r requirements.txt
pip install -e .[testing,optional,packaging]
# Run the tests
./runtests.py