To upgrade an existing project to a new package you must update the package.
You can do it using pip.
If you’re using Linux, Mac OS X or some other flavor of Unix, enter the command:
sudo pip install --upgrade jam.py
If you’re using Windows, start a command shell with administrator privileges and run the command
pip install --upgrade jam.py