---
title: "2010 12 08 upgrading djangy"
description: "With the newer versions of Djangy comes support for the fantastic `pip` installer."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/2010-12-08-upgrading-djangy
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T10:58:46.492Z
license: CC-BY-4.0
attribution: "2010 12 08 upgrading djangy — Claudary (https://claudary.paisolsolutions.com/skills/2010-12-08-upgrading-djangy)"
---

# 2010 12 08 upgrading djangy
With the newer versions of Djangy comes support for the fantastic `pip` installer.

## Overview

---
title: Upgrading Djangy
date: 2010-12-08
draft: false
slug: upgrading-djangy
---

With the newer versions of Djangy comes support for the fantastic `pip` installer.

It's as easy as:

~~~console
david@continuity:~$ sudo pip install --upgrade djangy
Downloading/unpacking djangy
Downloading Djangy-0.14.tar.gz
Running setup.py egg_info for package djangy
Installing collected packages: djangy
Found existing installation: Djangy 0.11
Uninstalling Djangy: Successfully uninstalled Djangy
Running setup.py install for djangy
Installing djangy script to /usr/local/bin
Successfully installed djangy
Cleaning up... 
~~~

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/2010-12-08-upgrading-djangy) · https://claudary.paisolsolutions.com
