Moving folder locally. NAS is not it for dev.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-03-18 11:26:59 +01:00
commit eb51115ad5
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 4 additions and 1 deletions

View file

@ -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`