container-transform icon indicating copy to clipboard operation
container-transform copied to clipboard

Installing on Ubuntu

Open cstroe opened this issue 6 years ago • 0 comments

The installation instructions don't work on Ubuntu, where thepython command points to Python 2.7.

This is what I did to get it working:

  1. Update pip:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
  1. Install container-transform to user directory
pip3 install --user container-transform

Now you will have $HOME/.local/bin/container-transform available, and it should be on your path:

$ container-transform --version
container-transform, version 1.1.5

Should we put these instructions in the README? Do they work for someone else?

Related Links:

cstroe avatar Mar 12 '18 08:03 cstroe