FYI, I think `python setupegg.py develop` is also a solution for this that does not require pip, but only requires setuptools.
Jason moorepants.info +01 530-601-9791 On Sat, Jul 11, 2015 at 11:55 AM, Alan Bromborsky <[email protected]> wrote: > Thank you. I will use that method in the future. > > On Sat, Jul 11, 2015 at 12:51 PM, Jason Moore <[email protected]> > wrote: > >> There are lots of options for installing sympy. For example, if you use >> `pip install -e /path/to/sympy` that effectively sets the path to point to >> source tree. >> >> >> Jason >> moorepants.info >> +01 530-601-9791 >> >> On Sat, Jul 11, 2015 at 11:08 AM, Alan Bromborsky <[email protected]> >> wrote: >> >>> I will get back to you on reintegrating galgebra with sympy after the >>> Barcelona meeting. Also, it would be nice if there was an option to >>> install sympy just by setting a python path variable. That is how I >>> install galgebra. Instead of setup.py I wrote the program setgapth.py to >>> do the job. >>> >>> I am also going to modify the LaTeX documentation (pdf) to have a >>> navigation window. >>> >>> On Sat, Jul 11, 2015 at 10:50 AM, Matthew Brett <[email protected] >>> > wrote: >>> >>>> On Sat, Jul 11, 2015 at 3:43 PM, Jason Moore <[email protected]> >>>> wrote: >>>> > We can probably ship the documentation as is. It would be nice to be >>>> in >>>> > Sphinx but it isn't a requirement. If we commit the LaTeX source to >>>> the >>>> > SymPy docs folder we can setup a small LaTeX compilation. We already >>>> have >>>> > LaTeX as a dep for generating the pdf version of SymPy docs. I wrote >>>> my >>>> > dissertation with Sphinx and there were definitely some issues, but >>>> > everything (even the pdf version) ended up coming out nicely. Maybe >>>> we can >>>> > get someone at the sprint to take a look at this doc inclusion issue. >>>> >>>> That would be very good. >>>> >>>> Has anyone tried pweave for weaving code into ReST? It looks like it >>>> would not be too hard to make acceptable notebooks as output (though >>>> needs a little work), and it already generates good pdf. I guess HTML >>>> will have the same issues with MathJax rendering. >>>> >>>> Cheers, >>>> >>>> Matthew >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "sympy" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/sympy. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/sympy/CAH6Pt5pQuvCxUty%2BZpMmqDrpN%3DZbd5eeiYGvwTmFqjuk--_8Bg%40mail.gmail.com >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "sympy" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/sympy. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/CALOxT-%3Dn4F3D%2BzOw%2BFpAR6jp0CttUOewDsun1_sKk45%3De_F_Vw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/sympy/CALOxT-%3Dn4F3D%2BzOw%2BFpAR6jp0CttUOewDsun1_sKk45%3De_F_Vw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/CAP7f1AjWpWYuBCkH4Av3PCMzMwDhSub6AYt__Py0zSNjKJ7qXQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/sympy/CAP7f1AjWpWYuBCkH4Av3PCMzMwDhSub6AYt__Py0zSNjKJ7qXQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CALOxT-ktenFJhP4nVA2HJCGBTZkcA9876mDtOynG1xzjGmR2zw%40mail.gmail.com > <https://groups.google.com/d/msgid/sympy/CALOxT-ktenFJhP4nVA2HJCGBTZkcA9876mDtOynG1xzjGmR2zw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAP7f1AhT_Emi-oMqx4SD8WNj6SPPvvBhiaAEmzvqs8r9TsuDJg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
