Index » Dokumentation » PyLucid installieren » install virtualenv » update environment
To update your PyLucid environment use this, if you use git:
1 2
/home/FooBar/$ cd PyLucid_env/src/pylucid /home/FooBar/PyLucid_env/src/pylucid$ git pull origin master
or this, if you use SVN:
/home/FooBar/$ cd PyLucid_env/src/pylucid /home/FooBar/PyLucid_env/src/pylucid$ svn update
permalink