Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 586 Bytes

INSTALLATION.md

File metadata and controls

29 lines (24 loc) · 586 Bytes

Installation

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

pip install taipy-core

Development version

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

pip install git+https://[email protected]/Avaiga/taipy-core

Work with the taipy-core code

git clone https://github.com/Avaiga/taipy-core.git
cd taipy-core
pip install .

If you want to run tests, please install Pipenv:

pip install pipenv
git clone https://github.com/Avaiga/taipy-core.git
cd taipy-core
pipenv install --dev
pipenv run pytest