Skip to content

Commit

Permalink
add matplotlib to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dashidhy committed Jun 12, 2020
1 parent 4dbb76b commit e837006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ kitti
(base)$ conda create -n kitti_vis python=3.7 # vtk does not support python 3.8
(base)$ conda activate kitti_vis
```
- opencv, pillow, scipy
- opencv, pillow, scipy, matplotlib
```
(kitti_vis)$ pip install opencv-python pillow scipy matplotlib
```
- install mayavi from conda-forge, this install vtk and pyqt5 automatically
- install mayavi from conda-forge, this installs vtk and pyqt5 automatically
```
(kitti_vis)$ conda install mayavi -c conda-forge
```
Expand Down

0 comments on commit e837006

Please sign in to comment.