Skip to content

Commit 158b0f0

Browse files
committed
Update README.rst
1 parent 37aaccc commit 158b0f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python ctypes interface for QR code decoding library `libquirc <https://github.c
66
Tests
77
-----
88

9-
Run tests with a `python setup.py test` command or look for `Travis build logs <http://travis-ci.org/#!/svartalf/python-quirc>`_.
9+
Run tests with a ``python setup.py test`` command or look for `Travis build logs <http://travis-ci.org/#!/svartalf/python-quirc>`_.
1010

1111
.. image:: https://secure.travis-ci.org/svartalf/python-quirc.png
1212

@@ -25,8 +25,8 @@ Read the documentation and usage examples `here <http://python-quirc.readthedocs
2525
Trobleshooting
2626
--------------
2727

28-
If library raises an exception `OSError: libquirc.so.1: cannot open shared object file: No such file or directory`,
29-
set environment variable LD_PRELOAD_PATH to `/usr/local/lib/` like this: `$ LD_PRELOAD_PATH=/usr/local/lib/ ./myscript.py`
28+
If library raises an exception ``OSError: libquirc.so.1: cannot open shared object file: No such file or directory``,
29+
set environment variable LD_PRELOAD to ``/usr/local/lib/libquirc.so`` like this: ``$ LD_PRELOAD=/usr/local/lib/libquirc.so ./myscript.py``
3030

3131
Contributing
3232
------------

0 commit comments

Comments
 (0)