Tiny typo on numpy page

Issue #43 resolved
Former user created an issue

On this page https://bitbucket.org/pypy/numpy

git clone https://bitbucket.org/pypy/numpy.git; git checkout pypy-4.0.1

is missing the 'cd' part:

git clone https://bitbucket.org/pypy/numpy.git; cd numpy; git checkout pypy-4.0.1

Comments (1)

  1. Log in to comment