Created
January 30, 2011 19:40
-
-
Save wyanez/803164 to your computer and use it in GitHub Desktop.
[Turpial] instalación de la rama de desarrollo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Instalación de Turpial Rama de Desarrollo | |
git clone git://github.com/satanas/Turpial.git turpial | |
cd turpial | |
git branch --track development origin/development | |
git checkout development | |
sudo aptitude install -y python-setuptools python-pybabel python-pygame | |
sudo python setup.py develop | |
#Para colocar el idioma en español | |
python setup.py compile_catalog | |
#Para actualizar: | |
#git pull origin development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment