Skip to content

Commit

Permalink
update install scripts for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifreda committed Jun 3, 2020
1 parent bf84314 commit 84d3bcd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion install_all_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ set -e
# set up git submodules
./install_basic.sh 0 # the '0' is an option for skipping pip3 packages installation

# create a pyslam environment within conda and activate it
. pyenv-conda-create.sh

# build and install thirdparty
./install_thirdparty.sh
./install_thirdparty.sh


# N.B.:
# if your run into troubles with opencv xfeatures2D/SIFT/SURF then run the following commands into your pyslam environment
# $ pip3 uninstall opencv-contrib-python
# $ pip3 install opencv-contrib-python==3.4.2.16

# HACK (this is actually run inside the created pyenv environment )
#pip uninstall opencv-contrib-python
#pip install opencv-contrib-python==3.4.2.16
2 changes: 1 addition & 1 deletion requirements-conda-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
matplotlib==3.2.1
#networkx==2.4
opencv-contrib-python==3.4.2.16
opencv-python==4.2.0.32
#opencv-python==4.2.0.32
ordered-set==3.1.1
#Pillow==7.0.0
pybind11==2.4.3
Expand Down

0 comments on commit 84d3bcd

Please sign in to comment.