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

Latest commit

 

History

History
29 lines (24 loc) · 577 Bytes

INSTALLATION.md

File metadata and controls

29 lines (24 loc) · 577 Bytes

Installation

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

pip install taipy-gui

Development version

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

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

Work with the taipy-gui code

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

If you want to run tests, please install Pipenv:

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