Demo upgrade
1. Virtual environment installation
If the demo installation you want to upgrade is located into a virtual environment, execute the followings commands:
on Linux:
<NAGARE_HOME>/bin/easy_install -U nagare.examples
on Windows:
<NAGARE_HOME>\Scripts\easy_install.exe -U nagare.examples
2. System-wide installation
If the demo installation was installed system-wide, execute:
on Linux:
<STACKLESS_HOME>/bin/easy_install -U 'nagare.examples'
on Windows:
<STACKLESS_HOME>\Scripts\easy_install.exe -U nagare.examples
3. Developer installation
If your demo installation was directly a checkout from the SVN repository, execute:
cd nagare/examples
svn update
<NAGARE_HOME>/bin/easy_install setup.py develop
