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