We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2e659 commit 83a4a42Copy full SHA for 83a4a42
examples/README.rst
@@ -9,9 +9,14 @@ Running Buildrunner with Example Configuration Files
9
10
To run Buildrunner using an example configuration file, follow these steps from the root directory of the Buildrunner repository:
11
12
-1. **Navigate to the Buildrunner repository directory.**
+1. **Navigate to the Buildrunner repository directory**
13
14
-2. **Execute Buildrunner with a specified configuration file:**
+2. **Install Buildrunner Requirements**
15
+ .. code-block:: sh
16
+
17
+ pip install -r requirements.txt
18
19
+3. **Execute Buildrunner with a specified configuration file:**
20
.. code-block:: sh
21
22
./run-buildrunner.sh -f examples/<path-to-config-file>
0 commit comments