Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed formatting in README.rst #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ If you have problems, this may help:
* https://www.python.org/about/gettingstarted/

Windows users may also want to update the line in the batch file ``run.bat`` to
set the python path::
set the python path:

.. code-block:: sh

SET PYTHON_PATH=C:\Python39

Expand All @@ -98,9 +100,9 @@ Jake Hebbert has created a couple of screencasts available here:

https://www.youtube.com/watch?v=e2WXgXEjbHY&list=PL5Up_u-XkWgNcunP_UrTJG_3EXgbK2BQJ&index=1

Or if you prefer to read:
Or, if you prefer to read:

From a \*nix terminal or Windows command prompt run::
From a \*nix terminal or Windows command prompt, run:

.. code-block:: sh

Expand Down Expand Up @@ -170,9 +172,9 @@ On Windows:

python3 -m pip install pywin32

Also available here:
Also available here:

https://github.com/mhammond/pywin32/releases
https://github.com/mhammond/pywin32/releases

On macOS:

Expand All @@ -186,7 +188,7 @@ Once it is set up, you just run:

sniffer

Just modify one of the koans files and you'll see that the tests are triggered
Just modify one of the koans files, and the tests will be triggered
automatically. Sniffer is controlled by ``scent.py``.

Getting the Most From the Koans
Expand Down