> > Can you please explain, in terms a complete idiot like me can understand, > what steps I go through to test your code? I have access to macs > (running lion) and linux (running ubuntu 12.04), both with git installed. > Someone told me once with Aleksander M's branches but I've forgotten the > steps and am not sure how well the instructions translate to your patches. > ok, so you have a sympy repo already? If so, then
git add remote smichr [email protected]/smichr/sympy.git git pull smichr git checkout smichr/combinatorics You could also just try the sympy-bot but I hadn't got that to work. There may be more efficient ways to do what I suggest above, but that's what I do when I want to test someone's work. /c -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
