|
@@ -1,6 +1,9 @@
|
|
|
# Py Inquirer try
|
|
|
+
|
|
|
Tiny examples of py inquirer.
|
|
|
|
|
|
+
|
|
|
+
|
|
|
## Installation
|
|
|
|
|
|
### Python 3
|
|
@@ -12,6 +15,7 @@ brew install python3
|
|
|
```
|
|
|
|
|
|
#### Linux (Debian)
|
|
|
+
|
|
|
```
|
|
|
sudo apt install python3
|
|
|
```
|
|
@@ -21,3 +25,8 @@ sudo apt install python3
|
|
|
```
|
|
|
pip3 install pyinquirer
|
|
|
```
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+GNU GPLv3, see `LICENSE.txt`.
|
|
|
+
|