From 1d1ea0b2850486ca1a2a6d06d246ccb41a370eb6 Mon Sep 17 00:00:00 2001
From: Yuwen Heng <15895948+123mutourener@users.noreply.github.com>
Date: Mon, 6 Jun 2022 12:09:37 +0800
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0739464..ad324e7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Dynamic-Backward-Attention-Transformer
 This is the official repository of the paper "Enhancing Material Features Using Dynamic Backward Attention on Cross-Resolution Patches".
 
-To install the dependencies, please refer to the conda env file.
+To install the dependencies, please refer to the conda env file (modify the name and prefix first).
 ```
 conda env create -f environment.yml
 ```
-- 
GitLab