learn-neuroimaging / hitchhackers_guide_brain

A list of tutorials and other resources useful to learn open science and neuroimaging, EEG and MEG
https://learn-neuroimaging.github.io/hitchhackers_guide_brain/
Other
114 stars 42 forks source link

Add requirements.txt? #57

Closed alexandreroutier closed 4 years ago

alexandreroutier commented 4 years ago

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 4 years ago

Great idea!

roopa-pai commented 4 years ago

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

alexandreroutier commented 4 years ago

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