On Wed, Dec 10, 2008 at 3:44 PM,  <[EMAIL PROTECTED]> wrote:
>
> From: Andy R. Terrel <[EMAIL PROTECTED]>
>
> ---
>  examples/README |   17 +++++++++++++----
>  1 files changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/examples/README b/examples/README
> index 55fe855..12f9bcd 100644
> --- a/examples/README
> +++ b/examples/README
> @@ -21,11 +21,20 @@ advanced :
>  
> -------------------------------------------------------------------------------
>  RUNNING EXAMPLES
>
> -To run the examples one needs to have Python version >= 2.4 installed.  Each
> -example can be run from the command line python and the name of the example:
> +To run the examples one needs to have Python version >= 2.4 installed and 
> SymPy
> +must be in your PYTHONPATH environment variable, alternatively you can run 
> the
> +examples from the top sympy directory.  Most example can be run from the
> +command line python and the name of the example:
>
> +  [EMAIL PROTECTED]:~/sympy$ python examples/beginner/basic.py
> +  (3*a*b**2)**c
> +
> +or, with PYHTONPATH defined
> +
> +  [EMAIL PROTECTED]:~/sympy/examples$ export PYTHONPATH=$PWD/..:$PYTHONPATH
>   [EMAIL PROTECTED]:~/sympy/examples$ python beginner/basic.py
>   (3*a*b**2)**c
>
> -All the working examples can be run by executing the "./all" script, if an
> -example is known to be broken it will be commented out in this script.
> +All the working examples can be run by executing the "all.py" script, use
> +./all.py -h for usage, if an example is known to be broken it will be 
> commented
> +out in this script.

Great, nice explanation. Thanks, +1.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to