Add requirements.txt?
alexandreroutier opened this issue · 3 comments
alexandreroutier commented
Hi,
I'm finishing the upcoming CONTRIBUTING.md
file. I was wondering if would add a requirements.txt
file to install dependencies. Currently, we only need to type:
pip install mkdocs-material
to test locally the Wiki.
Alex
Remi-Gau commented
Great idea!
roopa-pai commented
@alexandreroutier @Remi-Gau is this our npm-requirements.tx file? Should we add "pip install mkdocs-material" to this file?
alexandreroutier commented
Sorry for my late answer, I'm trying to catch up the latest news.
@alexandreroutier @Remi-Gau is this our npm-requirements.tx file? Should we add "pip install mkdocs-material" to this file?
It follows the same spirit of Node.js but with another file. One way for a Python to handle its dependancies is to use requirements.txt
:)