You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install the neurocaas source repo, the developer docs (at neurocaas/docs/source/develop/installation.rst) tell us to do the following:
(1) conda activate neurocaas
(2) cd path/to/your/neurocaas
(3) pip install ./ncap_iac
I believe line (3) should instead be "pip install ." instead of "pip install ./ncap_iac"
The text was updated successfully, but these errors were encountered:
To install the neurocaas source repo, the developer docs (at neurocaas/docs/source/develop/installation.rst) tell us to do the following:
(1) conda activate neurocaas
(2) cd path/to/your/neurocaas
(3) pip install ./ncap_iac
I believe line (3) should instead be "pip install ." instead of "pip install ./ncap_iac"
The text was updated successfully, but these errors were encountered: