diff --git a/README.md b/README.md index a3f6993..79490e0 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ source venv/bin/activate pip3 install --user -e './meanas[test,examples]' # Run tests +cd meanas python3 -m pytest -rsxX | tee test_results.txt ```