瀏覽代碼

Basic installation process

DricomDragon 5 年之前
父節點
當前提交
91891f0993
共有 1 個文件被更改,包括 23 次插入0 次删除
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -0,0 +1,23 @@
+# Py Inquirer try
+Tiny examples of py inquirer.
+
+## Installation
+
+### Python 3
+
+#### Mac OS
+
+```
+brew install python3
+```
+
+#### Linux (Debian)
+```
+sudo apt install python3
+```
+
+### Pyinquirer
+
+```
+pip3 install pyinquirer
+```