The latest stable version of taipy-core is available through pip:
pip install taipy-core
You can install the development version of taipy with pip and git:
pip install git+https://git@github.com/Avaiga/taipy-core
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