updated README for installing openpyxl
parent
53bb7e2cef
commit
99f05c4311
|
@ -68,15 +68,15 @@ Installation
|
||||||
|
|
||||||
* Install openpyxl, refer to `https://foss.heptapod.net/openpyxl/openpyxl <https://foss.heptapod.net/openpyxl/openpyxl>`_
|
* Install openpyxl, refer to `https://foss.heptapod.net/openpyxl/openpyxl <https://foss.heptapod.net/openpyxl/openpyxl>`_
|
||||||
|
|
||||||
| Get the latest version of et_xmlfile from `https://bitbucket.org/openpyxl/et_xmlfile/downloads/ <https://bitbucket.org/openpyxl/et_xmlfile/downloads/>`_
|
| Get the latest version of et_xmlfile from `https://foss.heptapod.net/openpyxl/et_xmlfile/ <https://foss.heptapod.net/openpyxl/et_xmlfile/>`_
|
||||||
| Get the latest version of jdcal from `https://github.com/phn/jdcal <https://github.com/phn/jdcal>`_
|
| Get the latest version of jdcal from `https://github.com/phn/jdcal <https://github.com/phn/jdcal>`_
|
||||||
| Get the latest version of openpyxl from `https://bitbucket.org/openpyxl/openpyxl/downloads/ <https://bitbucket.org/openpyxl/openpyxl/downloads/>`_
|
| Get the latest version of openpyxl from `https://foss.heptapod.net/openpyxl/openpyxl <https://foss.heptapod.net/openpyxl/openpyxl>`_
|
||||||
::
|
::
|
||||||
|
|
||||||
$ cd ~/tools
|
$ cd ~/tools
|
||||||
$ wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/branch/default/et_xmlfile-branch-default.tar.gz
|
$ wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/1.1/et_xmlfile-1.1.tar.gz
|
||||||
$ tar xzf et_xmlfile-branch-default.tar.gz
|
$ tar xzf et_xmlfile-1.1.tar.gz
|
||||||
$ cd ~/tools/et_xmlfile-branch-default
|
$ cd ~/tools/et_xmlfile-1.1
|
||||||
$ 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
|
||||||
|
@ -86,9 +86,9 @@ Installation
|
||||||
$ pip3 download Pillow
|
$ pip3 download Pillow
|
||||||
$ sudo pip3 install --no-index --find-links ~/tools/pillow 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.tar.gz
|
$ wget https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.7/openpyxl-3.0.7.tar.gz
|
||||||
$ tar xzf openpyxl-branch-3.0.tar.gz
|
$ tar xzf openpyxl-3.0.7.tar.gz
|
||||||
$ cd openpyxl-branch-3.0
|
$ cd openpyxl-3.0.7
|
||||||
$ sudo python3 setup.py install
|
$ sudo python3 setup.py install
|
||||||
|
|
||||||
* Install gunicorn service for myems-api::
|
* Install gunicorn service for myems-api::
|
||||||
|
|
|
@ -79,31 +79,37 @@ sudo python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
* Install openpyxl, refer to https://foss.heptapod.net/openpyxl/openpyxl
|
* Install openpyxl, refer to https://foss.heptapod.net/openpyxl/openpyxl
|
||||||
|
Get the latest version of et_xmlfile from https://foss.heptapod.net/openpyxl/et_xmlfile/
|
||||||
Get the latest version of et_xmlfile from https://foss.heptapod.net/openpyxl/et_xmlfile
|
```bash
|
||||||
|
cd ~/tools
|
||||||
Get the latest version of jdcal from https://github.com/phn/jdcal
|
wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/1.1/et_xmlfile-1.1.tar.gz
|
||||||
|
tar xzf et_xmlfile-1.1.tar.gz
|
||||||
|
```
|
||||||
|
Get jdcal
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
git clone https://github.com/phn/jdcal.git
|
||||||
|
```
|
||||||
|
Get Pillow
|
||||||
|
```
|
||||||
|
mkdir ~/tools/pillow && cd ~/tools/pillow
|
||||||
|
pip3 download Pillow
|
||||||
|
```
|
||||||
Get the latest version of openpyxl from https://foss.heptapod.net/openpyxl/openpyxl
|
Get the latest version of openpyxl from https://foss.heptapod.net/openpyxl/openpyxl
|
||||||
|
```bash
|
||||||
|
cd ~/tools
|
||||||
|
wget https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.7/openpyxl-3.0.7.tar.gz
|
||||||
|
tar xzf openpyxl-3.0.7.tar.gz
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/tools
|
cd ~/tools/et_xmlfile-1.1
|
||||||
wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/branch/default/et_xmlfile-branch-default.tar.gz
|
sudo python3 setup.py install
|
||||||
tar xzf et_xmlfile-branch-default.tar.gz
|
cd ~/tools/jdcal
|
||||||
cd ~/tools/et_xmlfile-branch-default
|
sudo python3 setup.py install
|
||||||
sudo python3 setup.py install
|
sudo pip3 install --no-index --find-links ~/tools/pillow Pillow
|
||||||
cd ~/tools
|
cd ~/tools/openpyxl-3.0.7
|
||||||
git clone https://github.com/phn/jdcal.git
|
sudo python3 setup.py install
|
||||||
cd ~/tools/jdcal
|
|
||||||
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
|
|
||||||
wget https://foss.heptapod.net/openpyxl/openpyxl/-/archive/branch/3.0/openpyxl-branch-3.0.tar.gz
|
|
||||||
tar xzf openpyxl-branch-3.0.tar.gz
|
|
||||||
cd openpyxl-branch-3.0
|
|
||||||
sudo python3 setup.py install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* Download myems:
|
* Download myems:
|
||||||
|
|
|
@ -45,28 +45,27 @@ Download and install openpyxl
|
||||||
```bash
|
```bash
|
||||||
cd ~/tools
|
cd ~/tools
|
||||||
```
|
```
|
||||||
Get the latest version of et_xmlfile from https://bitbucket.org/openpyxl/et_xmlfile/downloads/
|
Get the latest version of et_xmlfile from https://foss.heptapod.net/openpyxl/et_xmlfile/
|
||||||
```bash
|
```bash
|
||||||
wget https://bitbucket.org/openpyxl/et_xmlfile/get/50973a6de49c.zip
|
wget https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/1.1/et_xmlfile-1.1.tar.gz
|
||||||
7z x 50973a6de49c.zip && mv openpyxl-et_xmlfile-50973a6de49c et_xmlfile
|
tar xzf et_xmlfile-1.1.tar.gz
|
||||||
```
|
```
|
||||||
Get jdcal
|
Get jdcal
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/phn/jdcal.git
|
git clone https://github.com/phn/jdcal.git
|
||||||
```
|
```
|
||||||
|
Get the latest version of openpyxl from https://foss.heptapod.net/openpyxl/openpyxl
|
||||||
Get the latest version of openpyxl from https://bitbucket.org/openpyxl/openpyxl/downloads/
|
|
||||||
```bash
|
```bash
|
||||||
wget https://bitbucket.org/openpyxl/openpyxl/get/8953233f5af2.zip
|
wget https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.7/openpyxl-3.0.7.tar.gz
|
||||||
7z x 8953233f5af2.zip && mv openpyxl-openpyxl-8953233f5af2 openpyxl
|
tar xzf openpyxl-3.0.7.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/tools/et_xmlfile
|
cd ~/tools/et_xmlfile-1.1
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
cd ~/tools/jdcal
|
cd ~/tools/jdcal
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
cd ~/tools/openpyxl
|
cd ~/tools/openpyxl-3.0.7
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue