learn-neuroimaging/hitchhackers_guide_brain

Add requirements.txt?

alexandreroutier opened this issue · 3 comments

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

Great idea!

@alexandreroutier @Remi-Gau is this our npm-requirements.tx file? Should we add "pip install mkdocs-material" to this file?

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 :)