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: README.rst
+28
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,32 @@ Puppeter - an automatic puppet installer
15
15
16
16
A commandline tool to ease the installation of typical puppetserver - agent installation. It uses a interactive mode and batch mode as well. Batch mode utilizes a answer files for full automatic operation.
17
17
18
+
Installation
19
+
------------
20
+
21
+
To install Puppeter simple use PIP:
22
+
23
+
.. code-block:: bash
24
+
25
+
pip install puppeter
26
+
27
+
If you like to install puppeter on clean operating system with automatic installer execute:
0 commit comments