The latest stable version of taipy-config is available through pip:
pip install taipy-config
You can install the development version of taipy-config with pip and git:
pip install git+https://git@github.com/Avaiga/taipy-config
git clone https://github.com/Avaiga/taipy-config.git
cd taipy-config
pip install .
If you want to run tests, please install Pipenv
:
pip install pipenv
git clone https://github.com/Avaiga/taipy-config.git
cd taipy-config
pipenv install --dev
pipenv run pytest