tag: pip

Video capture using opencv-python on Pop!_OS 22.04

Apr 23, 2024

This is a short post to document a script that captures video and converts to grayscale using opencv-python on Pop!_OS 22.04 (this should work on all/most Ubuntu 22.04-related operating systems as well!

Install OpenCV-python using pip

Apr 19, 2024

This is a very short post to document how I installed opencv-python on Pop!_OS 22.04 using pip and virtualenvwrapper. This should work for Ubuntu 22.04 as well.

Python setup on Ubuntu 16.04

Sep 21, 2016

In this post I will document my approach to python on Ubuntu 16.04. To be clear, this is not the only way to do things and I make no claims that it is the best strategy. However, it is useful for me to write this information down for future reference. Who knows, it might be helpful for you too!? Let me know if it is. I also love to read about other approaches, so leave comments and/or links below.

Install Python packages on Ubuntu 14.04

Jun 4, 2014

In this post I will document my setup of Python 2.7.6 in Ubuntu 14.04. Of course, the base Python is installed by default, but both Python 2.7.6 and Python 3.4 are available.