Skip to content

Commit ed08090

Browse files
committed
Add notice about pyInfra v2/v3 compatibility
1 parent 042c4cc commit ed08090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Universal/PyInfra/ArchServer/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ The scripts requires specific packages and/or software (See [Prerequisites](#pre
1010

1111
This tool uses [Python 3](https://www.python.org) and the following python packages:
1212

13-
* pyinfra (v2)
13+
* pyinfra v3 (To use this script with pyInfra v2, you are required to change `ssh_port` variable in `inventory.py` from type `int` to `string`)
1414

1515
To easily install them on a system that allows installing packages using [pip](https://pypi.org/project/pip), you can use the following command:
1616

1717
```properties
1818
pip install -r requirements.txt
19+
# or
20+
pip install pyinfra
1921
```
2022

2123
In case you encounter the following output: `error: externally-managed-environment`, it means that your OS does not allow installation of python packages using pip.

0 commit comments

Comments
 (0)