Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

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://[email protected]/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