============ Installation ============ The preferred way to install ``django-bootstrap4`` is ``pip``:: $ pip install django-bootstrap4 Alternatively, you can install download or clone this repo and install from its folder with:: $ pip install -e . In your project, you should add ``django-bootstrap4`` to your ``requirements.txt``. Be sure to use ``virtualenv`` if you develop python projects. Add to INSTALLED_APPS in your ``settings.py``: ``'bootstrap4',`` After installation, the :doc:`quickstart` will get you on your way to using ``django-bootstrap4``.