# Py Inquirer try Tiny examples of py inquirer. ![Py Inquirer Try logo](icon.png) ## Installation ### Python 3 #### Mac OS ``` brew install python3 ``` #### Linux (Debian) ``` sudo apt install python3 ``` ### Pyinquirer ``` pip3 install pyinquirer ``` ## License GNU GPLv3, see `LICENSE.txt`.