fastai / course20

Deep Learning for Coders, 2020, the website
https://book.fast.ai
Apache License 2.0
843 stars 305 forks source link

Instructions in CONTRIBUTING.md state to run nbdev_install_git_hooks as a first step, but it is not found #71

Closed jhadjar closed 2 years ago

jhadjar commented 2 years ago

The instructions in CONTRIBUDING.md state:

Before anything else, please install the git hooks that run automatic scripts during each commit and merge to strip the notebooks of suerpfluous metadata (and avoid merge conflicts). After cloning the repository, run the following command inside it:

The command being nbdev_install_git_hooks. It is the only instance of this string in the repository and I cannot find any script or file with that name. I also have found no issue mentioning this. Am I reading the instructions incorrectly?

jph00 commented 2 years ago

Apologies - you need to install nbdev to have that command.