Install Python from the official website
Save your code in a file with a `.py` extension
Open a terminal or command prompt
Navigate to the folder containing...
Open a terminal or command prompt
Run `python -m pip install package_name`
Replace `package_name` with the package you want to install
If needed, use `python3 -m pip...