浏览代码

Add Installation

Vuillemot Florian 3 年之前
父节点
当前提交
86a6d8e953
共有 1 个文件被更改,包括 13 次插入0 次删除
  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
+```