neuropoly / intranet.neuro.polymtl.ca

NeuroPoly's lab manual
https://intranet.neuro.polymtl.ca
4 stars 6 forks source link

Cannot install locally as per wiki instructions #82

Closed jcohenadad closed 1 year ago

jcohenadad commented 1 year ago

getting this:

julien-macbook:~/code/intranet.neuro.polymtl.ca $ pip install .[sphinx]
zsh: no matches found: .[sphinx]
jcohenadad commented 1 year ago

fix:

pip install '.[sphinx]'