Skip to content

Commit 1a5610e

Browse files
authored
Merge pull request #1242 from mattip/pypy37
2 parents 6467edb + ef0e921 commit 1a5610e

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,27 +1048,16 @@ the requirement should be changed from ``run`` to ``run_constrained``. Note that
10481048
PyPy builds
10491049
===========
10501050

1051-
To use the PyPy builds you can do the following,
1051+
To use the PyPy 3.6 or 3.7 builds you can do the following,
10521052

10531053
.. code-block:: bash
10541054
1055-
conda install python=3.6.*=*_pypy
1056-
1057-
or,
1058-
1059-
.. code-block:: bash
1060-
1061-
conda install pypy python=3.6
1062-
1063-
or,
1064-
1065-
.. code-block:: bash
1066-
1067-
conda install pypy
1055+
conda create -n pypy36 pypy python=3.6
1056+
conda create -n pypy37 pypy python=3.7
10681057
10691058
.. note::
10701059

1071-
As of March 8, if you are using defaults as a low priority channel,
1060+
As of March 8 2020, if you are using defaults as a low priority channel,
10721061
then you need to use strict channel priority as the metadata in defaults
10731062
has not been patched yet which allows cpython extension packages to be
10741063
installed alongside pypy.

0 commit comments

Comments
 (0)