From 1481f19991ff60e8d869a5ef0cc7e93815a85b50 Mon Sep 17 00:00:00 2001
From: Yuwen Heng <15895948+123mutourener@users.noreply.github.com>
Date: Mon, 6 Jun 2022 11:43:24 +0800
Subject: [PATCH] Update README.md

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index f22992b..73226a6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,13 @@
 # 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.
+'''
+conda env create -f environment.yml
+'''
+
+Or, if you prefer using docker, please pull our prepared image:
+
+'''
+docker pull 123mutouren/cv:1.0.0
+'''
-- 
GitLab