Skip to content

Commit

Permalink
Make instructions to install "requests" more visible in the docs
Browse files Browse the repository at this point in the history
Instructions explaining that the "requests" library is required and must
be installed separately were not noticeable enough. This moves the
instruction to a new paragraph to make them more evident.

Fix #119
  • Loading branch information
igortg committed Nov 28, 2024
1 parent 07d3d7a commit fbfca1a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit fbfca1a

Please sign in to comment.