diff options
Diffstat (limited to 'python/pypy/README')
-rw-r--r-- | python/pypy/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pypy/README b/python/pypy/README index c59a22825660..d322d59058e5 100644 --- a/python/pypy/README +++ b/python/pypy/README @@ -3,4 +3,5 @@ has several advantages and distinctive features: speed (Just-in-Time compiler), lower memory usage for large programs, sandboxing and stackless mode. -This is a repackaging of the binaries provided by upstream. +This is a repackaging of the portable binaries from +<https://github.com/squeaky-pl/portable-pypy>. |