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