Skip to content

Commit 109790f

Browse files
authored
docs: update instructions on how to hack on the project (#136)
1 parent 4d1b403 commit 109790f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,16 @@ ALLAUTH_UI_THEME = "light"
7272

7373
## Hacking on the project
7474

75+
- Install direnv: https://direnv.net/docs/installation.html
76+
- Setup direnv: https://direnv.net/docs/hook.html
77+
7578
```sh
7679
# Clone the repo
7780
git clone [email protected]:danihodovic/django-allauth-ui.git
7881
cd django-allauth-ui.git
7982

80-
# Create the virtual env
81-
python -m venv .venv
82-
# Activate the virtual env. This has to be done every time you enter the directory.
83-
source .venv/bin/activate
83+
# Active the virtual env
84+
direnv allow
8485

8586
# Install the dependencies
8687
pip install --upgrade pip poetry

0 commit comments

Comments
 (0)