From bb5bf66e65ca05ea05fd6a646ab2d57871571789 Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Wed, 25 Jun 2014 21:07:46 +0200 Subject: [PATCH] I prefer Rochefort to Le Bardo ;) --- examples/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.rst b/examples/README.rst index 9c76280..990fcaa 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -11,7 +11,7 @@ Running Examples To run the individual examples one needs to have Python version ≥ 3.4 installed and pypol must be in your ``PYTHONPATH`` environment variable. Most examples can be run from the command line ``python3`` and the name of the example:: - vivien@bardo:~/pypol/examples$ export PYTHONPATH=$PWD/..:$PYTHONPATH - vivien@bardo:~/pypol/examples$ python3 squares.py + vivien@rochefort:~/pypol/examples$ export PYTHONPATH=$PWD/..:$PYTHONPATH + vivien@rochefort:~/pypol/examples$ python3 squares.py Note: on most systems, the current directory is searched by Python automatically, so ``python3 examples/squares.py`` works from the pypol root directory, however there are systems (Ubuntu Intrepid) where this doesn't work by default, unless you put ``PYTHONPATH=.`` into your .bashrc for example. -- 2.20.1