Skip to content

Commit

Permalink
Add link to instructions to install pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj committed Sep 5, 2024
1 parent 5e1f9ee commit 24e521d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ A production-ready Django SPA app on Heroku in 20-min or less!

## Quick Start

First, get cookiecutter, as detailed in the [official documentation](https://cookiecutter.readthedocs.io/en/stable/installation.html#install-cookiecutter).
First, get `pipx` for your system, if you don't already have it [installing pipx](https://pipx.pypa.io/stable/installation/#installing-pipx).

Now run it against this repo:
Adn run the following command:

```bash
pipx install cookiecutter
pipx run cookiecutter gh:thinknimble/tn-spa-bootstrapper
```

Expand Down

0 comments on commit 24e521d

Please sign in to comment.