From cd448aa4f903d89326ffe4838db0a3558533cec9 Mon Sep 17 00:00:00 2001 From: Patryk Bartkowiak Date: Thu, 24 Oct 2024 19:04:59 +0000 Subject: [PATCH] updated README --- code/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/README.md b/code/README.md index 888ff89..b24df32 100644 --- a/code/README.md +++ b/code/README.md @@ -5,13 +5,13 @@ * [PDM](https://pdm-project.org/en/latest/) ## How to run the training? +### ***Note: You have to be in `./code/` directory*** ### 1. Install PDM ```bash curl -sSL https://pdm-project.org/install-pdm.py | python3 - ``` -### 2. Go to the code directory and install dependencies +### 2. Install dependencies ```bash -cd ./code pdm install ``` ### 3. Run training code