我可以在 pip 需求文件中添加註釋嗎? - Can I add comments to a pip requirements file?

問題:

I'd like to add comments for a few packages in a pip requirements file.我想爲 pip 需求文件中的幾個包添加註釋。 (Just to explain why that package is on the list.) Can I do this? (只是爲了解釋爲什麼該軟件包在列表中。)我可以這樣做嗎?

I'm imagining something like我在想象類似的東西

Babel==0.9.5 # translation
CherryPy==3.2.0 # web server
Creoleparser==0.7.1 # wiki formatting
Genshi==0.5.1 # templating

解決方案:

參考一: https://stackoom.com/question/cQs1
參考二: Can I add comments to a pip requirements file?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章