Updating FerryΒΆ

We are trying to make upgrading Ferry a breeze. Assuming that you already have a working Ferry installation, the first thing you’ll want to do is stop any running Ferry instances:

$ sudo ferry quit

Now let’s upgrade the Python packages.

$ sudo pip install -U ferry

Finally, we’ll need to update the Ferry images.

$ sudo ferry install -u

We’re constantly trying to improve the process, so if anything goes wrong, don’t hesitate to file an issue on GitHub or leave a message on the Ferry Google Group.