diff --git a/README.md b/README.md index 8dc0dc0..d49dd61 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repo contains the code for S2O paper. Data can be found on [HuggingFace](ht ## Installation git clone --recursive git@github.com:3dlg-hcvc/s2o.git - conda create -f environment.yml + conda env create -f environment.yml conda activate s2o Additionally, follow instructions in the submodules you would like to use in order to install required libraries and build some dependencies from source. @@ -71,4 +71,4 @@ Please cite our work if you use S2O results/code or ACD dataset. journal={arXiv preprint arXiv:2409.18896}, year={2024} } -``` \ No newline at end of file +```