Browse Source

Add Installation

Vuillemot Florian 3 năm trước cách đây
mục cha
commit
86a6d8e953
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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
+```