Skip to content

Commit

Permalink
docs: update instructions on how to hack on the project
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Feb 13, 2025
1 parent 4d1b403 commit 2009a91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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
Expand Down

0 comments on commit 2009a91

Please sign in to comment.