Skip to content

Commit

Permalink
fix install problems
Browse files Browse the repository at this point in the history
  • Loading branch information
dashidhy committed Jun 10, 2020
1 parent 8b6e234 commit 4caa95b
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,20 @@ kitti
```

## Requirements

- opencv
- start from a new conda enviornment:
```
conda create -n kitti_vis python=3.6 # TODO: testing with python 3.7 and 3.8
```
- opencv, pillow, scipy
```
conda install opencv -c menpo
pip install pillow scipy
```
- mayavi, vtk, PIL

- mayavi
```
pip install mayavi vtk pillow pyqt5
# or
conda install mayavi vtk pillow pyqt5
pip install vtk
conda install pyqt -c conda-forge # it seems that install pyqt from pip leads to missing header files
pip install mayavi
```

## Visualization
Expand Down

0 comments on commit 4caa95b

Please sign in to comment.