Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pypy.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PyPy
pypy.org
Commits
0ef10b18
Commit
0ef10b18
authored
10 years ago
by
Armin Rigo
Browse files
Options
Downloads
Patches
Plain Diff
Complete the NumPy 2-paragraph instructions and link more clearly to
numpy/pypy.
parent
7935f316
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
download.html
+8
-4
8 additions, 4 deletions
download.html
source/download.txt
+10
-3
10 additions, 3 deletions
source/download.txt
with
18 additions
and
7 deletions
download.html
+
8
−
4
View file @
0ef10b18
...
...
@@ -213,6 +213,5 @@
<p>
NumPy is an exception to the rule that most packages work without
changes. The
“
numpy
”
module needs to be installed from
<a
class=
"reference external"
href=
"https://bitbucket.org/pypy/numpy"
>
our own
repository
</a>
rather than from the official source.
</p>
<p>
If you have pip (the command-line assumes that it finds the pip
belonging to PyPy, not the one from CPython):
</p>
<p>
If you have pip:
</p>
<pre
class=
"literal-block"
>
...
...
@@ -218,5 +217,5 @@
<pre
class=
"literal-block"
>
pip install git+https://bitbucket.org/pypy/numpy.git
pypy -m
pip install git+https://bitbucket.org/pypy/numpy.git
</pre>
<p>
Alternatively, the direct way:
</p>
<pre
class=
"literal-block"
>
...
...
@@ -224,4 +223,8 @@
cd numpy
pypy setup.py install
</pre>
<p>
If you installed to a system directory, you need to also run this once:
</p>
<pre
class=
"literal-block"
>
sudo pypy -c 'import numpy'
</pre>
<p>
Note that NumPy support is still a work-in-progress, many things do not
...
...
@@ -227,5 +230,6 @@
<p>
Note that NumPy support is still a work-in-progress, many things do not
work and those that do may not be any faster than NumPy on CPython.
</p>
work and those that do may not be any faster than NumPy on CPython.
For further instructions see
<a
class=
"reference external"
href=
"https://bitbucket.org/pypy/numpy"
>
the pypy/numpy repository
</a>
.
</p>
</div>
<div
class=
"section"
id=
"building-from-source"
>
<span
id=
"translate"
></span><h1>
Building from source
</h1>
...
...
This diff is collapsed.
Click to expand it.
source/download.txt
+
10
−
3
View file @
0ef10b18
...
...
@@ -202,6 +202,5 @@
.. __: https://bitbucket.org/pypy/numpy
If you have pip (the command-line assumes that it finds the pip
belonging to PyPy, not the one from CPython)::
If you have pip::
...
...
@@ -207,5 +206,5 @@
pip install git+https://bitbucket.org/pypy/numpy.git
pypy -m
pip install git+https://bitbucket.org/pypy/numpy.git
Alternatively, the direct way::
...
...
@@ -213,5 +212,9 @@
cd numpy
pypy setup.py install
If you installed to a system directory, you need to also run this once::
sudo pypy -c 'import numpy'
Note that NumPy support is still a work-in-progress, many things do not
work and those that do may not be any faster than NumPy on CPython.
...
...
@@ -216,5 +219,9 @@
Note that NumPy support is still a work-in-progress, many things do not
work and those that do may not be any faster than NumPy on CPython.
For further instructions see `the pypy/numpy repository`__.
.. __: https://bitbucket.org/pypy/numpy
.. _translate:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment