From 78c459a67488fee5083044c5b35da3f9dfb1d747 Mon Sep 17 00:00:00 2001 From: witty <131909329+0xwitty@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:25:47 +0300 Subject: [PATCH] docs: Corrected usage of pipenv sync Update READEME.md --- debug_scripts/READEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```