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
In preperation for things like #760, we should transition the handbook to use datalad-next. This would need:
adjusting the appveyor setup to generate the outputs
update the installation instructions
The latter is simple for pip, but trickier for others. For pip we only need to replace pip install datalad with pip install datalad-next. There is a Debian package for datalad-next now too. But there is no conda package. so for conda we could either package it (but I am personally not familiar), or we install the datalad package as done now, and follow up with a pip install datalad-next.
The text was updated successfully, but these errors were encountered:
In preperation for things like #760, we should transition the handbook to use datalad-next. This would need:
The latter is simple for
pip
, but trickier for others. Forpip
we only need to replacepip install datalad
withpip install datalad-next
. There is a Debian package fordatalad-next
now too. But there is no conda package. so for conda we could either package it (but I am personally not familiar), or we install thedatalad
package as done now, and follow up with apip install datalad-next
.The text was updated successfully, but these errors were encountered: