Nagare upgrade¶
1. Virtual environment installation¶
If the Nagare installation you want to upgrade is located into a virtual environment, execute the followings commands:
on Linux:
<NAGARE_HOME>/bin/easy_install -U 'nagare[full]'
on Windows:
<NAGARE_HOME>\Scripts\easy_install.exe -U nagare[full]
2. System-wide installation¶
If the Nagare installation was installed system-wide, execute:
on Linux:
<STACKLESS_HOME>/bin/easy_install -U 'nagare[full]'
on Windows:
<STACKLESS_HOME>\Scripts\easy_install.exe -U nagare[full]
3. Developer installation¶
If your Nagare installation was directly a checkout from the Github repository, execute:
cd core
git pull
<NAGARE_HOME>/bin/easy_install setup.py develop