diff --git a/debug_scripts/READEME.md b/debug_scripts/READEME.md index 7c191759914..2b751f80c01 100644 --- a/debug_scripts/READEME.md +++ b/debug_scripts/READEME.md @@ -28,7 +28,7 @@ export PYTHONPATH="/nearcore/debug_scripts:$PYTHONPATH" ``` cd /nearcore/debug_scripts -python3 -m pipenv sync +pipenv sync python3 -m pipenv shell python3 -m unittest tests.send_validator_logs_test ```