On Sat, Dec 1, 2012 at 12:26 PM, Rathmann <pkrathma...@gmail.com> wrote:

> Thanks.  But that is what I tried?
>
> python setup.py develop
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>    or: setup.py --help [cmd1 cmd2 ...]
>    or: setup.py --help-commands
>    or: setup.py cmd --help
>
> error: invalid command 'develop'
>
> This is the setup.py in the top-level sympy directory (next to .git,
> setupupegg.py ...)
>
> I was guessing it is a documentation issue.  (Or an error on my part, of
> course.)
>
> This is Linux, Python 2.7.3.
>
> Thank You.


The docs are wrong, you should do:

python setupegg.py develop

Sean

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

Reply via email to