From d0f8d3a0246a4f90c5c26550e336acb8d3c9e422 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:07:02 +0100 Subject: [PATCH] Update tests_perf/README.md Co-authored-by: lpascal-ledger --- tests_perf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_perf/README.md b/tests_perf/README.md index 87d05adf..8f3ccd54 100644 --- a/tests_perf/README.md +++ b/tests_perf/README.md @@ -4,7 +4,7 @@ The tests in this folder are meant to measure the performance of various app ope These tests are implemented in Python and can be executed either using the [Speculos](https://github.com/LedgerHQ/speculos) emulator or a Ledger Nano S+, Nano X, or Stax. -Python dependencies are listed in [requirements.txt](requirements.txt), install them using [pip](https://pypi.org/project/pip/) from the root of the repository: +Python dependencies are listed in [requirements.txt](../requirements.txt), install them using [pip](https://pypi.org/project/pip/) from the root of the repository: ``` pip install -r requirements.txt