From 3d6d39eca8fd225399f43f9f229ac74241dfa85e Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 12 Nov 2020 21:12:38 -0500 Subject: [PATCH] Add note about installation via tox requires config option Fixes #13 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 647a69e..08af6f3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ If using Pip, ensure that the plugin is installed to the same environment as Tox ~ $: /path/to/my/automation/virtualenv/bin/pip install tox-poetry-installer ``` +**Note:** While it is possible to install this plugin using Tox's +[`requires`](https://tox.readthedocs.io/en/latest/config.html#conf-requires) +configuration option, it is not recommended. Dependencies from the `requires` option are +installed using the default Tox installation backend which opens up the +[possibility of transient dependency problems](#why-would-i-use-this) in your automation +environment. + ## Quick Start