We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1b403 commit 109790fCopy full SHA for 109790f
README.md
@@ -72,15 +72,16 @@ ALLAUTH_UI_THEME = "light"
72
73
## Hacking on the project
74
75
+- Install direnv: https://direnv.net/docs/installation.html
76
+- Setup direnv: https://direnv.net/docs/hook.html
77
+
78
```sh
79
# Clone the repo
80
git clone [email protected]:danihodovic/django-allauth-ui.git
81
cd django-allauth-ui.git
82
-# Create the virtual env
-python -m venv .venv
-# Activate the virtual env. This has to be done every time you enter the directory.
83
-source .venv/bin/activate
+# Active the virtual env
84
+direnv allow
85
86
# Install the dependencies
87
pip install --upgrade pip poetry
0 commit comments