File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python ctypes interface for QR code decoding library `libquirc <https://github.c
66Tests
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
2525Trobleshooting
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
3131Contributing
3232------------
You can’t perform that action at this time.
0 commit comments