Better python environment setup.
parent
1f9bd4e19d
commit
332276aa6b
|
@ -14,6 +14,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get -y install gcc libmagickwand-dev make
|
- apt-get update && apt-get -y install gcc libmagickwand-dev make
|
||||||
|
- pip3 install -U pip setuptools wheel
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- ./mkDocs.sh
|
- ./mkDocs.sh
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -5,5 +5,7 @@ scipy
|
||||||
Wand
|
Wand
|
||||||
setuptools
|
setuptools
|
||||||
pybind11
|
pybind11
|
||||||
|
wheel
|
||||||
|
setuptools
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
|
Loading…
Reference in New Issue