From 5f66030566668c412df15511d0a2c2a3b2b385ec Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 28 Oct 2020 10:21:35 -0400 Subject: [PATCH] document days on index --- docs/index.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index ffbb2a6..1a530e7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,5 +2,16 @@ ## Days -Day 0: Installation requirements -Day 1: Python basics +### [Day 0](day0.md): Installation requirements + +- Install VSCode +- Install Git +- Install Python +- Create a projects folder +- Create a virtual environment +- Install Django + +### [Day 1](day1.md): Python basics + +- The Interactive Python Prompt +- A Python Program