Skip to content

Commit

Permalink
updated readme, use pytorch_points enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang committed Mar 22, 2020
1 parent 3a8da5a commit f012fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions environment.yml

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -4,8 +4,8 @@
```bash
git clone --recursive https://github.com/yifita/deep_cage.git
# install dependency
conda env create --name pytorch-all --file environment.yml
cd pytorch_points
conda env create --name pytorch-all --file environment.yml
python setup.py develop
# install pymesh2
# if this step fails, try to install pymesh from source as instructed here
Expand Down

0 comments on commit f012fda

Please sign in to comment.