diff --git a/README.md b/README.md index 83cc38e..68295a9 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ contact -t ``` ## Install in development (editable) mode: ```bash +git clone https://github.com/pdxlocations/contact.git +cd contact python3 -m venv .venv source .venv/bin/activate pip install -e .