Update Testing Guide

Kevin Morris 2021-09-20 07:58:20 +00:00
parent 8414fa4ad6
commit fb6cfe5ac5

@ -11,8 +11,10 @@ described in the [Requirements](#requirements) table.
|------------------|--------------|-----------------------------------------| |------------------|--------------|-----------------------------------------|
| docker | Arch Linux | `pacman -S docker` | | docker | Arch Linux | `pacman -S docker` |
| docker-compose | Arch Linux | `pacman -S docker-compose` | | docker-compose | Arch Linux | `pacman -S docker-compose` |
| poetry | Arch Linux | `pacman -S python-poetry` |
| docker | Other | https://docs.docker.com/engine/install/ | | docker | Other | https://docs.docker.com/engine/install/ |
| docker-compose | Other | https://docs.docker.com/engine/install/ | | docker-compose | Other | https://docs.docker.com/engine/install/ |
| poetry | Other | https://python-poetry.org/ |
## Introduction ## Introduction