File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -1048,27 +1048,16 @@ the requirement should be changed from ``run`` to ``run_constrained``. Note that
1048
1048
PyPy builds
1049
1049
===========
1050
1050
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,
1052
1052
1053
1053
.. code-block :: bash
1054
1054
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
1068
1057
1069
1058
.. note ::
1070
1059
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,
1072
1061
then you need to use strict channel priority as the metadata in defaults
1073
1062
has not been patched yet which allows cpython extension packages to be
1074
1063
installed alongside pypy.
You can’t perform that action at this time.
0 commit comments