From 86d3a8bb6377b78e0028ba5505b3f9cd2cb61bf0 Mon Sep 17 00:00:00 2001 From: Zhuoman Liu Date: Wed, 10 Jul 2024 10:18:50 +0800 Subject: [PATCH] update file to easily install dependencies --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f54cab..5203937 100644 --- a/README.md +++ b/README.md @@ -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/