Installationο
How to install ? βοΈ
ο
- pypi install
simply type the
pip install easy_configer(due to name conflict of pypi pkg, we use different pkg name)
- pypi install
- install from source code
clone the project from github :
git clone https://github.com/HuangChiEn/easy_config.gitChage to the root directory of the cloned project, and typepip install -e .
- install from source code
- import syntax
Wherever you install, pypi or source. Now, you just need a simple import :
from easy_configer.Configer import Configer
- import syntax
Dependencies ποΈο
This package is written for Python 3.8 (but 3.6+ may be supported). Of course, light-weight solution do not contain any 3-rd package complex dependencies. The python standard package (such as pathlib, sys, .., etc) is the only source of dependencies, so you donβt need to worry about that ~ ~
However, if you want to use the IO_Converter for converting config into omegaconf, you still need to install omegaconf for this functionality ~