Skip to content

Commit

Permalink
Merge pull request #37 from watarungurunnn/master
Browse files Browse the repository at this point in the history
Fix env.yaml path
stevenygd authored Aug 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 5caaf0b + a3fa7d3 commit 26e8c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 26e8c26

Please sign in to comment.