Skip to content

Commit b9e7b67

Browse files
authored
Update README.md
Update installation Configuration Helper instructions for Python.
1 parent ae21ad7 commit b9e7b67

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,14 @@ $ docker run --rm -it -w /app -v ${PWD}:/app --entrypoint /app/src/bin/init_entr
244244
```
245245

246246
**Run With System Python**
247+
248+
This command requires Python to already be installed on the host. If it is not, installation instructions can be found here:
249+
* [Install on Ubuntu](https://docs.python-guide.org/starting/install3/linux/)
250+
* [Install on RHEL and compatible Linux distributions](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/installing_and_using_dynamic_programming_languages/assembly_installing-and-using-python_installing-and-using-dynamic-programming-languages)
251+
247252
```bash
248-
$ pip install PyYAML==6.0.2
249-
$ python /app/src/config_helper.py --generate-config
253+
# Run the configuration generator from the project root directory
254+
$ python3 src/config_helper.py --generate-config
250255
```
251256

252257
This will write 2 new files in the services/otel_collector directory:

0 commit comments

Comments
 (0)