[Numpy-discussion] numpy 2.0, what else to do?
Pauli Virtanen
pav@iki...
Sun Feb 14 12:17:46 CST 2010
Xavier Gnata <xavier.gnata <at> gmail.com> writes:
> Well I ran git clone git://github.com/pv/numpy-work.git an hour ago (in
> an empty directory)
That will give you the master branch, which indeed does not contain any Py3
stuff. You need also to switch to the py3k branch:
git co origin/py3k
To see all available branches, do
git branch -r
--
Pauli Virtanen
More information about the NumPy-Discussion
mailing list