Skip to content

Commit

Permalink
Merge pull request #203 from datalad/next
Browse files Browse the repository at this point in the history
docs: mention dl-next and its configuration as deps
  • Loading branch information
adswa committed Sep 13, 2024
2 parents d8e9355 + 28f486f commit 5f76d5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The development of this tool started at [OHBM Brainhack 2020](https://github.com

## Requirements

- Datalad: relies on [git-annex](http://docs.datalad.org/projects/osf/en/latest/git-annex.branchable.com/), [Git](http://docs.datalad.org/projects/osf/en/latest/git-scm.com/) and Python. If you don’t have DataLad installed yet, please follow the instructions [here](http://handbook.datalad.org/en/latest/intro/installation.html).
- Datalad and datalad-next: relies on [git-annex](http://docs.datalad.org/projects/osf/en/latest/git-annex.branchable.com/), [Git](http://docs.datalad.org/projects/osf/en/latest/git-scm.com/) and Python. If you don’t have DataLad installed yet, please follow the instructions [here](http://handbook.datalad.org/en/latest/intro/installation.html).
- Account on the [Open Science Framework (OSF)](https://osf.io/register)

## Installation
Expand All @@ -25,6 +25,12 @@ $ . ~/env/dl-osf/bin/activate
$ pip install datalad-osf
```

Afterwards, configure DataLad to load the ``datalad-next`` extension:

```
git config --global --add datalad.extensions.load next
```

## How to use

See our [documentation](http://docs.datalad.org/projects/osf/) for more info on how to use this tool and a tutorial on major use cases.
Expand Down
8 changes: 8 additions & 0 deletions docs/source/settingup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ Installation
# install from PyPi
$ pip install datalad-osf.
Afterwards, configure DataLad to load the ``datalad-next`` extension:

.. code-block:: bash
$ git config --global --add datalad.extensions.load next
Getting started
^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 5f76d5d

Please sign in to comment.