diff --git a/examples/README.txt b/examples/README.txt index 24c101ac..30a33fe5 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -4,7 +4,12 @@ Examples ======== -End-to-end examples show how to use PyRocky. You can download these examples as Python files or Jupyter notebooks -and run them locally. Make sure to add 'requests' library to your environment (`pip install requests`) in order to -download examples data at runtime. +End-to-end examples show how to use PyRocky. You can download these examples as Python files or +Jupyter notebooks and run them locally. + +Ensure that the **requests** library is installed in your Python environment in order to download +examples data at runtime:: + + pip install requests +