Skip to content

1. Install Django

Katie House edited this page Sep 15, 2020 · 2 revisions

Django can be installed with pip:

pip3 install Django

Similarly, to install all of the package requirements for this project, you can run this in the root directory:

pip3 install -r requirements.txt
Clone this wiki locally