From 71f4d6242a12f2a9198f4cb4cac9b8320e1eb343 Mon Sep 17 00:00:00 2001 From: colinmeldrum <44164975+colinmeldrum@users.noreply.github.com> Date: Tue, 11 Aug 2020 15:22:06 +0200 Subject: [PATCH] Update README.md Light proofreading --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e22561e..620f138 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Summary -Holiday lettings website +Orange County Lettings Website ## Local development @@ -9,10 +9,10 @@ Holiday lettings website - GitHub account with read access to this repository - Git CLI - SQLite3 CLI -- Python interpreter, version 3.6 or higher. +- Python interpreter, version 3.6 or higher In the rest of the local development documentation, it is assumed the command `python` in -your OS shell runs the above Python interpreter (unless a virtual environment is activated) +your OS shell runs the above Python interpreter (unless a virtual environment is activated). ### macOS / Linux @@ -39,8 +39,8 @@ your OS shell runs the above Python interpreter (unless a virtual environment is - `source venv/bin/activate` - `pip install --requirement requirements.txt` - `python manage.py runserver` -- Go to `http://localhost:8000` in a browser -- Confirm the site is running and can be navigated (you should see several profiles and lettings) +- Go to `http://localhost:8000` in a browser. +- Confirm the site is running and can be navigated (you should see several profiles and lettings). #### Linting @@ -72,7 +72,7 @@ your OS shell runs the above Python interpreter (unless a virtual environment is ### Windows -Using PowerShell, as above except +Using PowerShell, as above except: - To activate the virtual environment, `.\venv\Scripts\Activate.ps1` - Replace `which ` with `(Get-Command ).Path`