Hi,
On the install page of the documentation http://docs.sympy.org/0.7.2/install.html#git , it talks about
If you want to install SymPy, but still want to use the git version, you can run from your repository:
$ setup.py develop
But, at least when I try it, setup.py it complains of an 'invalid command'. Am I doing something wrong here?
Thanks
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/01YalgJ3lNUJ.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
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.
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To post to this group, send email to sy...@googlegroups.com.
To unsubscribe from this group, send email to sympy+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sympy?hl=en.