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