admin管理员组文章数量:1434829
According to GitHub syntax highlighting, keyword for pip requirements syntax highlighting can be found on languages.yml. According to the link, the keyword is Pip Requirements
, but the following markdown snippet isn't highlighted on GitHub:
```Pip Requirements
pandas==2.2.3
```
How to syntax highlight pip requirements?
According to GitHub syntax highlighting, keyword for pip requirements syntax highlighting can be found on languages.yml. According to the link, the keyword is Pip Requirements
, but the following markdown snippet isn't highlighted on GitHub:
```Pip Requirements
pandas==2.2.3
```
How to syntax highlight pip requirements?
Share Improve this question asked Nov 17, 2024 at 2:07 pegasuspegasus 851 silver badge8 bronze badges 01 Answer
Reset to default 1Use "pip-requirements" instead of "Pip Requirements":
```pip-requirements --editable . foo==1.2 bar==3.4 baz[quux]>=1.0.1 ```
It does not seem to render on Stack Overflow, but here is a screencap of markdown rendered from Github:
Source: https://gist.github/wimglenn/204dd744240848d8cbf2b9beb6eb4a83
本文标签: pythonPip requirements syntax highlighting in GitHub markdownStack Overflow
版权声明:本文标题:python - Pip requirements syntax highlighting in GitHub markdown - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745640298a2667814.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论