From 454b9de7c47f9c4da6fd33c56e0d52ba25bf554a Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Wed, 8 May 2024 22:50:08 +1200 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfbb0d3..0454fcf 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Inspired by Will Vincent's [DjangoX project](https://github.com/wsvincent/django ## Installation -1. Git clone this repository: `git clone ...` -2. Change directory into the repo: `cd mydjangox` +1. Git clone this repository: `git clone --depth=1 git@github.com:stuartmaxwell/mydjangox.git ` +2. Change directory into the repo: `cd ` 3. Create a virtual environment: e.g. `uv venv` 4. Activate the virtual environment: `source .venv/bin/activate` 5. Compile the requirements: e.g. `uv pip compile --upgrade requirements.in -o requirements.txt` @@ -23,6 +23,7 @@ Inspired by Will Vincent's [DjangoX project](https://github.com/wsvincent/django 8. Create a superuser: `python manage.py createsuperuser` 9. Start the server: `python manage.py runserver` 10. Navigate to: +11. Bonus: run `pytest` to see if everything is working. ## More Configuration