updated installation
parent
6464c3ceaa
commit
ab0803f8b3
|
@ -74,18 +74,21 @@ Installation
|
||||||
::
|
::
|
||||||
|
|
||||||
$ cd ~/tools
|
$ cd ~/tools
|
||||||
$ wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/branch/default/et_xmlfile-branch-default.zip
|
$ wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/branch/default/et_xmlfile-branch-default.tar.gz
|
||||||
$ 7z x et_xmlfile-branch-default.zip
|
$ tar xzf et_xmlfile-branch-default.tar.gz
|
||||||
$ cd ~/tools/et_xmlfile-branch-default
|
$ cd ~/tools/et_xmlfile-branch-default
|
||||||
$ sudo python3 setup.py install
|
$ sudo python3 setup.py install
|
||||||
$ cd ~/tools
|
$ cd ~/tools
|
||||||
$ git clone https://github.com/phn/jdcal.git
|
$ git clone https://github.com/phn/jdcal.git
|
||||||
$ cd ~/tools/jdcal
|
$ cd ~/tools/jdcal
|
||||||
$ sudo python3 setup.py install
|
$ sudo python3 setup.py install
|
||||||
|
$ mkdir ~/tools/pillow && cd ~/tools/pillow
|
||||||
|
$ pip3 download Pillow
|
||||||
|
$ sudo pip3 install --no-index --find-links ~/tools/pillow Pillow
|
||||||
$ cd ~/tools
|
$ cd ~/tools
|
||||||
$ wget https://foss.heptapod.net/openpyxl/openpyxl/-/archive/branch/3.0/openpyxl-branch-3.0.zip
|
$ wget https://foss.heptapod.net/openpyxl/openpyxl/-/archive/branch/3.0/openpyxl-branch-3.0.tar.gz
|
||||||
$ 7z x openpyxl-branch-3.0.zip
|
$ tar xzf openpyxl-branch-3.0.tar.gz
|
||||||
$ cd ~/tools/openpyxl-branch-3.0
|
$ cd openpyxl-branch-3.0
|
||||||
$ sudo python3 setup.py install
|
$ sudo python3 setup.py install
|
||||||
|
|
||||||
* Install gunicorn service for myems-api::
|
* Install gunicorn service for myems-api::
|
||||||
|
|
Loading…
Reference in New Issue