You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Universal/PyInfra/ArchServer/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@ The scripts requires specific packages and/or software (See [Prerequisites](#pre
10
10
11
11
This tool uses [Python 3](https://www.python.org) and the following python packages:
12
12
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`)
14
14
15
15
To easily install them on a system that allows installing packages using [pip](https://pypi.org/project/pip), you can use the following command:
16
16
17
17
```properties
18
18
pip install -r requirements.txt
19
+
# or
20
+
pip install pyinfra
19
21
```
20
22
21
23
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