From 1d377a5a1b12c7a762d44164fdc31ec2bdfed30b Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Sun, 19 Nov 2023 15:30:43 +0700 Subject: [PATCH] Add section to installation guide --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3864e49..0794893 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Here are the overview of steps to install and run this project. 3. Create virutal environment then install requirements 4. Migrate database, load fixture, and run server +--- + ### Install Python and PostgreSQL #### Install python @@ -69,6 +71,10 @@ After install `postgres` and `pgadmin4` you must Usually Host name will be `localhost` , port will be `5432`, and default postgres database user is `postgres` +--- + +### Setup Environment and Django + #### Clone this repository and Create virtual environment with `venv` or `virtualenv`. 1. Clone this repository