From 00f3ca47fa58415777a8ceec645b5219b105879d Mon Sep 17 00:00:00 2001 From: sosokker Date: Mon, 28 Aug 2023 23:29:59 +0700 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 42db651..7e4c89d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,24 @@ Window git clone https://github.com/Sosokker/ku-polls cd ku-polls pip install -r requirements.txt +python manage.py migrate +python manage.py runserver +``` +Then connect to `127.0.0.1:8000/` + +**Optional** + +You can create virtual environment by using this command before install requirements.txt +```bash +python -m virtualenv .venv +``` +or +```bash +python -m venv .venv +``` +then +```bash +.venv\Scripts\activate ``` ## Document