diff options
author | 2023-02-10 13:57:09 +0000 | |
---|---|---|
committer | 2023-02-22 21:47:57 +0400 | |
commit | b479965a80e579ebad2b2b1ba7eca2d2cc04c13b (patch) | |
tree | 90e3666fee9ed1571e46f0ee65a4af5a46cc50df /README.md | |
parent | Bump 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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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` |