Install ¶
Install from package ¶
Linux user can install ReNomCN from Wheel package.
Other os user can't install from Wheel package but can install from source.
The Wheel package is provided at:
pip install https://grid-devs.gitlab.io/ReNomCN/bin/renom_cn-VERSION-py3-none-any.whl
(VERSION is stands for actual version number e.g. 0.0b1)
Install from source ¶
For installing ReNomCN, download this repository using following command.
git clone https://github.com/ReNom-dev-team/ReNomCN.git
Then move into ReNomCN directory.
cd ReNomCN
And install using following command.
pip install -e .