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