From 59f5250d118bf0652901196414e09e614e8e7d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 25 Feb 2019 12:57:13 -0500 Subject: [PATCH] update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9971af..6d85662 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,16 @@ y npm. Finalmente, ejecuta: `sudo npm install -g uglifycss uglify-es` +Opcionalmente podemos instalar `virtualenv` con: + +Distros basadas en Debian: + +`sudo apt install virtualenv` + +Distros basadas en Arch: + +`sudo pacman -S python-virtualenv` + No es realmente necesario, pero es muy recomendable instalar [GNU Make](https://gnu.org/software/make). En la siguiente sección se asume que tienes Make instalado. @@ -54,7 +64,7 @@ Tras instalar las dependencias, puedes generar el blog ejecutando las siguientes órdenes: 1. `git clone https://notabug.org/heckyel/cl` 2. `cd cl` -3. `virtualenv venv` +3. `virtualenv -p python3 venv` 4. `source venv/bin/activate` 5. `pip install -U -r requeriments.txt` 6. `(cd cl-theme && make compile)`