diff --git a/README.md b/README.md index 0ec005b010bfe35900cd484d32a1ab62b338696a..5c261e4ffb6c1c406c6b6bbbb40c284f778767c0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -loan-management-system +# loan-management-system -Installation +## Installation +- [Postgres.app](http://postgresapp.com/) +- `createdb lms` +- `pip install -r requirements-dev.txt` +- `cp .env.default .env` +- `python manage.py migrate` -Postgres.app -createdb lms -pip install -r requirements-dev.txt -cp .env.default .env -python manage.py migrate -Run - -python manage.py runserver +### Run +`python manage.py runserver`