aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar GDWR <[email protected]>2023-02-10 13:57:09 +0000
committerGravatar Hassan Abouelela <[email protected]>2023-02-22 21:47:57 +0400
commitb479965a80e579ebad2b2b1ba7eca2d2cc04c13b (patch)
tree90e3666fee9ed1571e46f0ee65a4af5a46cc50df /README.md
parentBump SebastiaanZ/github-status-embed-for-discord to 0.3.0 (diff)
Add `local_testing` utilizing vagrant and virtualbox to create an environment that we can test ansible updates in
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac10a37..4a6e166 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,9 @@ requirements.txt # Python requirements
```
## Local Environment Setup
+
+To setup a local environment using VMs for testing, [Read here](./local_testing/README.md)
+
1. Create a virtual environment: `python -m venv venv`
1. Activate the virtual environment
- Windows: `.\venv\Scripts\activate`