Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AntycSolutions/django-knockout
Browse files Browse the repository at this point in the history
  • Loading branch information
Solanar committed Oct 26, 2017
2 parents ce7ce51 + 1944d05 commit 484b7bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,15 @@ Quick Start
---

0. Install **django-knockout**
via git (and then make sure the subfolder knockout is available to your PYTHONPATH)

via git
```bash
git clone github.com/AntycSolutions/django-knockout
pip install git+https://github.com/AntycSolutions/django-knockout
```
~~via pip~~
// TODO (not currently on pip)
or
```bash
pip install django-knockout
git clone github.com/AntycSolutions/django-knockout
pip install ./django-knockout
```

1. Add 'knockout' to your INSTALLED_APPS setting:
Expand Down

0 comments on commit 484b7bc

Please sign in to comment.