diff --git a/README.md b/README.md index 73226a67ef2c85588f2da470f20c8146e3bc85ee..5c2499cf859109deddca351d217a2150b0d2bce1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ 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 -''' +```