updated README
This commit is contained in:
parent
0831a12a86
commit
cd448aa4f9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user