updated README

This commit is contained in:
Patryk Bartkowiak 2024-10-24 19:10:27 +00:00
parent cd448aa4f9
commit 0376f74833

View File

@ -10,11 +10,15 @@
```bash ```bash
curl -sSL https://pdm-project.org/install-pdm.py | python3 - 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 ```bash
pdm install pdm install
``` ```
### 3. Run training code ### 4. Run training code
```bash ```bash
pdm run_training pdm run_training
``` ```