New Wagtail Course! 🥳 The Ultimate Wagtail Developers Course

Tutorial Wagtail Version: 2.x

How to Install Wagtail Using Pipenv (in less than 6 minutes)

Lots of Python developers use Pipenv to setup projects and separate their dependencies from their local machine. In this video we'll install Wagtail from scratch. (Step by step instructions are inside

The install instructions for this video are below (run these commands in your command line program):

``` pip3 install wagtail wagtail start mysite cd mysite pipenv shell pip3 install -r requirements.txt python3 manage.py migrate python3 manage.py createsuperuser python3 manage.py runserver ```

This assumes that you already having Python 3 installed on your computer, along with pip for installing Python packages.

The full YouTube video can be found here: https://youtu.be/1_yA25ZmNkA

Related tutorials

The Ultimate Wagtail Developers Course

This course covers everything from basic installation to advanced features like custom blocks and API integration, it's perfect for developers looking to enhance their skills with this powerful CMS.

Ultimate Wagtail Developers Course Logo