# Behavior-Driven Development with Django and Aloe ## Want to learn how to build this project? Check out the [blog post](https://testdriven.io/behavior-driven-development-with-django-and-aloe). ## Want to use this project? 1. Fork/Clone 1. Create and activate a virtual environment: ```sh $ python3 -m venv venv && source venv/bin/activate ``` 1. Install the requirements: ```sh (venv)$ pip install -r requirements.txt ``` 1. Run the tests: ```sh (venv)$ cd example_bdd (venv)$ python manage.py harvest ```