From 74dcde875e1598141849f983147652e7506dfc5f Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 21 Jan 2023 20:59:47 +0200 Subject: [PATCH] Update readme.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e13b07f..963271d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Kristofers Solo website +Portfolio build using [django](https://www.djangoproject.com/). ![Lint](https://github.com/kristoferssolo/kristofersxyz/actions/workflows/lint.yml/badge.svg) + +## Development server +Install packages from `requirements.txt`. +```shell +pip install --upgrade pip -r requirements.txt +``` +