mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
More cleanup of installation
This commit is contained in:
@@ -3,4 +3,4 @@ imread; python_version != '2.7'
|
||||
SimpleITK; python_version != '3.4'
|
||||
astropy
|
||||
tifffile
|
||||
imageio
|
||||
imageio; python_version != '2.6'
|
||||
|
||||
@@ -41,7 +41,7 @@ if [[ $PY == 2.7* ]]; then
|
||||
ln -sf $LIB_SYSTEM_PATH/$LIB $LIB_VIRTUALENV_PATH/$LIB
|
||||
done
|
||||
|
||||
else
|
||||
else if [[ $PY != 3.2* ]]; then
|
||||
python ~/venv/bin/pyside_postinstall.py -install
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user