Skip to content

Commit

Permalink
update file to easily install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuomanliu authored Jul 10, 2024
1 parent 2bb46f3 commit 86d3a8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ Three samples of online characters with writing orders

## 🔨 Requirements
```
python 3.8
pytorch >=1.8
easydict 1.9
einops 0.4.1
lmdb 1.4.1
conda create -n sdt python=3.8 -y
conda activate sdt
# install all dependencies
pip install -r requirements.txt
```

## 📂 Folder Structure
```
SDT/
Expand Down

0 comments on commit 86d3a8b

Please sign in to comment.