neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Readme change #23

Closed HernandoMV closed 1 year ago

HernandoMV commented 1 year ago

git init -b main gives error in version 2.7.4

did this instead: git init git checkout -b main

maybe is good to add it to readme. Also, explicit instructions for how to install cookiecutter: pip install cookiecutter

adamltyson commented 1 year ago

@HernandoMV is this issue arising just because an old version of Git doesn't support the newer syntax?

HernandoMV commented 1 year ago

I think so. I haven't tried to update git though