소스 검색

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