Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Apr 2, 2015
1 parent ef58449 commit 2a5d0e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Behave BDD integration for Django
Install using pip

pip install behave-django

Add `behave_django` to your `INSTALLED_APPS`

INSTALLED_APPS += ('behave_django',)

Create the features directory in your project's root directory.

Expand Down

0 comments on commit 2a5d0e2

Please sign in to comment.