pip1 [Programming with Data] What is PIP(Package Installer for Python)? ✅ [KEY POINTS] 1. Package management for Python is often handled using PIP. 2. You can find information about a package using: (reference) pip show package_name 💡 [Useful PIP commands] Install packages pip install Check the package versions pip freeze Move the package details into requirements.txt pip freeze > requirements.txt Uninstall packages pip uninstall Uninstall all packages in the requir.. IT이것저것 2023. 6. 1. 이전 1 다음