Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 609 Bytes

INSTALLATION.md

File metadata and controls

29 lines (24 loc) · 609 Bytes

Installation

The latest stable version of taipy-config is available through pip:

pip install taipy-config

Development version

You can install the development version of taipy-config with pip and git:

pip install git+https://git@github.com/Avaiga/taipy-config

Work with the taipy-config code

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