updated README

This commit is contained in:
Patryk Bartkowiak 2024-10-24 19:04:59 +00:00
parent 0831a12a86
commit cd448aa4f9

View File

@ -5,13 +5,13 @@
* [PDM](https://pdm-project.org/en/latest/) * [PDM](https://pdm-project.org/en/latest/)
## How to run the training? ## How to run the training?
### ***Note: You have to be in `./code/` directory***
### 1. Install PDM ### 1. Install PDM
```bash ```bash
curl -sSL https://pdm-project.org/install-pdm.py | python3 - curl -sSL https://pdm-project.org/install-pdm.py | python3 -
``` ```
### 2. Go to the code directory and install dependencies ### 2. Install dependencies
```bash ```bash
cd ./code
pdm install pdm install
``` ```
### 3. Run training code ### 3. Run training code