Skip to content

Commit 83a4a42

Browse files
committed
Update examples README
1 parent 2f2e659 commit 83a4a42

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

examples/README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Running Buildrunner with Example Configuration Files
99

1010
To run Buildrunner using an example configuration file, follow these steps from the root directory of the Buildrunner repository:
1111

12-
1. **Navigate to the Buildrunner repository directory.**
12+
1. **Navigate to the Buildrunner repository directory**
1313

14-
2. **Execute Buildrunner with a specified configuration file:**
14+
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:**
1520
.. code-block:: sh
1621
1722
./run-buildrunner.sh -f examples/<path-to-config-file>

0 commit comments

Comments
 (0)