From a3fa7d3e0be10216fab32320c675c86f0c0a866e Mon Sep 17 00:00:00 2001 From: watarungurunnn <84391804+watarungurunnn@users.noreply.github.com> Date: Wed, 25 Jan 2023 23:48:34 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876bdf7..6ce33f5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ As 3D point clouds become the representation of choice for multiple vision and g Following is the suggested way to install these dependencies: ```bash # Create a new conda environment -conda env create -f environment.yml +conda env create -f env.yaml conda activate PointFlow # Compile structural losses, etc., but this step is not required