Преглед изворни кода

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