conda-forge / pypy3.6-feedstock

A conda-smithy repository for pypy3.6.
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

The instructions to install at https://anaconda.org/conda-forge/pypy3.7 are misleading #54

Closed mattip closed 2 years ago

mattip commented 3 years ago

The instructions at https://anaconda.org/conda-forge/pypy3.7 say

To install this package with conda run one of the following:
conda install -c conda-forge pypy3.7
conda install -c conda-forge/label/broken pypy3.7 

but I think they should say

To install this package with conda run:
conda create -n pypy3.7 -c conda-forge pypy
mattip commented 3 years ago

Also the README.md here has the same language

mattip commented 3 years ago

It seems the content of the page at https://anaconda.org/conda-forge/pypy3.7 are derived from the about section of the meta.yml, but I do not see an example of overriding the "Installers" section. I guess we could add a description section like in the cleanlab feedstock that says "Ignore the install instructions", but there must be a better way.

mattip commented 2 years ago

@isuruf any idea about the "correct" way to modify the instructions at https://anaconda.org/conda-forge/pypy3.7 ?

mattip commented 2 years ago

Ping

isuruf commented 2 years ago

There's no way to override the Installers section. It is automatically generated.

mattip commented 2 years ago

The pyarrow page looks different https://anaconda.org/conda-forge/pyarrow. But the conda-forge feedstock is archived, where is the actual feedstock repo?