There is a guide at the botton of the pull request on how to get it
(click on "help" after "comment on this pull request"). Or here's a
little guide of my own

- Navigate to the user's repo who has the pull request. In this case,
you would use  https://github.com/vperic/sympy/.

- Click on the copy icon after the clone url.  This should put
something like https://github.com/vperic/sympy.git on your clipboard.

Type

git remote add vperic https://github.com/vperic/sympy.git # Change
vperic to the username if it's a different user
git fetch vperic
git checkout vperic/branchname

You can get the branch name from the top of the pull request (it's in
a black box).  In this case, it's use2to3-fixes.

If the branch is outdated against master and you need recent changes
from both, you can do

git merge master

at this point to put them together.

If you do try this branch (or any branch), please comment on the pull
request if it works or if it doesn't work for you.

Aaron Meurer

On Thu, Feb 16, 2012 at 11:49 AM, dennis <dennis.kei...@googlemail.com> wrote:
> I tried on linux and it converts fine and the converted files can be run
> with python3 on windows. This solves my problem.
>
> How do I download the sympy code with the pull request to try converting on
> windows?
>
> --
> 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/-/exMR-BDiYxYJ.
>
> 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.

-- 
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