Explorar o código

Basic installation process

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
91891f0993
Modificáronse 1 ficheiros con 23 adicións e 0 borrados
  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
+```