Skip to content

Commit

Permalink
Cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Feb 9, 2024
1 parent ad78ef8 commit 952520e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ script](https://lincolnloop.com/blog/goodbye-managepy/).

To use `django-layout`:

1. follow the steps for Python installation from the
[Pre-Requisites](#pre-requisites) section;
1. create and activate a virtualenv:

2. create and activate a virtualenv:
python -m venv --prompt . --upgrade-deps .venv

python3.9 -m venv .venv
. .venv/bin/activate
2. install Django with `pip install django`

3. install Django with `pip install django`
3. run the following command (replace `YOUR_PROJECT_NAME` with your preferred name):

django-admin.py startproject \
--template=https://github.com/lincolnloop/django-layout/zipball/main \
--extension=py,md,gitignore,cfg,in,yml,json,dockerignore \
--name=Makefile,Dockerfile YOUR_PROJECT_NAME

*Note: The text following this comment block will become the README.md of the new project.*

Expand Down

0 comments on commit 952520e

Please sign in to comment.