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
+```