From 109790f11931a75606ac063b2c2a4c477046f807 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Thu, 13 Feb 2025 16:28:07 -0300 Subject: [PATCH] docs: update instructions on how to hack on the project (#136) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dcff17f..fd1548d 100644 --- a/README.md +++ b/README.md @@ -72,15 +72,16 @@ ALLAUTH_UI_THEME = "light" ## Hacking on the project +- Install direnv: https://direnv.net/docs/installation.html +- Setup direnv: https://direnv.net/docs/hook.html + ```sh # Clone the repo git clone git@github.com:danihodovic/django-allauth-ui.git cd django-allauth-ui.git -# Create the virtual env -python -m venv .venv -# Activate the virtual env. This has to be done every time you enter the directory. -source .venv/bin/activate +# Active the virtual env +direnv allow # Install the dependencies pip install --upgrade pip poetry