Install ReNomRG ¶
Recommended Environment. ¶
-
OS: Ubuntu 16.04 or 18.04
-
Browser: Google Chrome(version 63.0.3239.132)
-
Python: >=3.5
Requirements Packages. ¶
ReNomRG requires following python modules.
-
alembic==1.0.5
-
bottle==0.12.16
-
SQLAlchemy==1.2.15
-
xgboost==0.81
And ReNomRG requires ReNom.
If you haven’t install 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 ReNomRG by
pip
command. This is the simplest way for installation.
The Wheel package is provided at:
https://renom.jp/docs/downloads/wheels/renom_rg/renom_rg-VERSION-py3-none-any.whl
(VERSION is stands for actual version number e.g. 0.1b1(beta version), 0.2b2, 0.3b2, 0.4b0, 0.5b1, 0.6b2)
(Only the latest version can be downloaded from the link below.)
https://grid-devs.gitlab.io/ReNomRG/bin/renom_rg-0.6b2-py3-none-any.whl
Install 0.6b2(beta version) is follow.
pip install https://renom.jp/docs/downloads/wheels/renom_rg/renom_rg-0.6b2-py3-none-any.whlNote
This is
linux OS
only. If your OS is windows or MAC, please install ReNomRG from binary code.
Install from source. ¶
If you install ReNomRG from source, Node.js is required.
git clone https://github.com/ReNom-dev-team/ReNomRG.git cd ReNomRG/ pip install -r requirements.txt python setup.py build pip install -e .
Note
This requires
node.js
.