Install ReNomDP ¶
Recommended Environment. ¶
-
OS: Ubuntu 16.04 or 18.04
-
Browser: Google Chrome(version 63.0.3239.132)
-
Python: >=3.5
Requirements Packages. ¶
ReNomDP requires following python modules.
-
bottle==0.12.16
-
watchdog==0.8.3
And ReNomDP requires ReNom.
If you haven’t installed ReNom, please install ReNom from https://github.com/ReNom-dev-team/ReNom.git .
Please refer to the ReNom installation below. https://www.renom.jp/packages/renomdl/rsts/installation/installation.html
Install by pip. ¶
You can install ReNomDP by
pip
command. This is the simplest way for installation.
The Wheel package is provided at:
https://grid-devs.gitlab.io/ReNomDP/bin/renom_dp-VERSION-py3-none-any.whl
Install 0.2b4(beta version) is follow.
pip install https://grid-devs.gitlab.io/ReNomDP/bin/renom_dp-0.2b4-py3-none-any.whlNote
This is
linux OS
only. If your OS is windows or MAC, please install ReNomDP from binary code.
Install from source. ¶
If you install ReNomDP from source, Node.js is required.
git clone https://github.com/ReNom-dev-team/ReNomDP.git cd ReNomDP/ pip install -r requirements.txt python setup.py build pip install -e .
Note
This requires
node.js
.