mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
parent
b9b0eba90f
commit
3d6d39eca8
@ -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
|
~ $: /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
|
## Quick Start
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user