From eb51115ad545564fbd66561b5fb2d123bbc87171 Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 18 Mar 2026 11:26:59 +0100 Subject: [PATCH] Moving folder locally. NAS is not it for dev. --- .envrc | 3 +++ readme.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index 261e683..7ca1ca2 100755 --- a/.envrc +++ b/.envrc @@ -33,4 +33,7 @@ else echo "pip install failed; requirements.txt not updated" fi +# Sync Vale +vale sync + echo "Environment configured with direnv" diff --git a/readme.md b/readme.md index f4c95f8..cc0413c 100755 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ This repo contains the files for maintaining my personal website: [gugulet.hu](h ## Setup steps 1. Clone the repo and enter the directory: `git clone git:git.gugulet.hu/g_it/site.g_it; cd site` -2. Setup the virtual environment: `python3 venv .venv` +2. Setup the virtual environment: `python3 -m venv .venv` 3. Activate the virtual environment: `source .venv/bin/activate` 4. Install all the packages: `pip install -r requirements.txt` 5. Activate direnv: `brew install direnv; direnv allow`