From 0376f74833a4d0129fccb246f9f6d25dfe6e0c10 Mon Sep 17 00:00:00 2001 From: Patryk Bartkowiak Date: Thu, 24 Oct 2024 19:10:27 +0000 Subject: [PATCH] updated README --- code/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/README.md b/code/README.md index b24df32..04d6989 100644 --- a/code/README.md +++ b/code/README.md @@ -10,11 +10,15 @@ ```bash curl -sSL https://pdm-project.org/install-pdm.py | python3 - ``` -### 2. Install dependencies +### 2. Update `$PATH` +```bash +export PATH=/root/.local/bin:$PATH +``` +### 3. Install dependencies ```bash pdm install ``` -### 3. Run training code +### 4. Run training code ```bash pdm run_training ```