arrow_back Back to Notebook
python
python
January 10, 2019

Installing or uninstalling a package with pip

To install or remove/uninstall a python package you use pip.

pip pythons package manager similar to NPM.

Installing pip

sudo apt-get install pip3

Installing a package

pip3 install <package name>

Un-Installing a package

pip3 uninstall <package name>

Thanks for reading!

John Wiseman

Full-Stack Software Engineer building scalable digital solutions. specializing in modern web technologies and mission-critical systems.

© 2026 Wiseman Systems Pty. Ltd.

Navigation

Start a Conversation

Ready to discuss your next project? Let's build something extraordinary together.

Get in Touch