소스 검색

- removed python3-ezdxf from setup-ubuntu file since it is not available. ezdxf module will be installed through pip command

Marius Stanciu 7 년 전
부모
커밋
a103b5d263
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      setup_ubuntu.sh

+ 0 - 1
setup_ubuntu.sh

@@ -14,7 +14,6 @@ apt-get install python3-tk
 apt-get install libspatialindex-dev
 apt-get install python3-gdal
 apt-get install python3-lxml
-apt-get install python3-ezdxf
 easy_install3 -U distribute
 pip3 install --upgrade dill
 pip3 install --upgrade Shapely