Browse Source

Add Installation

Vuillemot Florian 3 years ago
parent
commit
86a6d8e953
1 changed files with 13 additions and 0 deletions
  1. 13 0
      INSTALLATION.md

+ 13 - 0
INSTALLATION.md

@@ -0,0 +1,13 @@
+# Installation
+
+The latest stable version of _taipy_ is available through _pip_:
+```
+pip install taipy
+```
+
+## Development version
+
+You can install the development version of _taipy_ with _pip_ and _git_:
+```
+pip install git+https://git@github.com/Avaiga/taipy
+```