aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2022-01-11 13:53:47 -0800
committerGravatar MarkKoz <[email protected]>2022-01-11 13:53:47 -0800
commit7cfbb225e675710d2251976a8ddd0a13013f64b6 (patch)
tree13410e76a1467bcd21adf8166571a04647620982 /README.md
parentMake wireguard port a variable (diff)
Update local env setup instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c59f190..babe9ca 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,9 @@ requirements.txt # Python requirements
1. Create a virtual environment: `python -m venv venv`
1. Activate the virtual environment
- Windows: `.\venv\Scripts\activate`
+ - Note: [Ansible cannot run on Windows hosts natively](https://docs.ansible.com/ansible/latest/user_guide/windows_faq.html#can-ansible-run-on-windows)
- Linux: `source venv/bin/activate`
1. Update pip and builder deps: `python -m pip install --upgrade pip wheel setuptools`
1. Install project dependancies: `python -m pip install -r requirements.txt`
1. Install the pre-commit hook: `pre-commit install`
+1. Create a `vault_passwords` file and write the vault password to it