Sitio estatico y blog de la comunidad de pythonchile
Project Pages is Jekyll Template specifically geared towards collaborative science. For more information, click here.
-
Debes de tener instalado el lenguaje de programacion ruby >= 2.6, posiblemente funcione con la version 2.4.
-
Clona el repositorio en tu PC.
git clone https://github.com/python-chile/pythonchile.cl
-
Ingresa en el repositorio, ejecuta el seguiente comando.
cd pythonchile.cl
bundle install
-
Ahora ve al directorio del repositorio en tu PC y ejecuta este comando.
bundle exec jekyll serve
-
Si todo funciona bien en el terminal podrás ver la dirección para acceder al servidor local.
http://localhost:4000