Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update windows installation instructions #868

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ Git:


Git-annex:
The most convenient way to deploy git-annex is via the `DataLad installer`_.
Once
Python is available, it can be installed with the Python package manager
There are two convenient ways to install git-annex. The first is `downloading the installer from git-annex' homepage <https://git-annex.branchable.com/install/Windows/>`_. The other is to deploy git-annex is via the `DataLad installer`_.
The latter option requires the installation of the datalad-installer, Once
Python is available, it can be done with the Python package manager
:command:`pip`. Open a command prompt and run:

.. code-block:: bat
Expand All @@ -130,12 +130,12 @@ Git-annex:

.. code-block:: bat

> datalad-installer git-annex -m datalad/packages
> datalad-installer git-annex -m datalad:release

This will download a recent git-annex, and configure it for your Git installation.
The admin command prompt can be closed afterwards, all other steps do not need it.

For performance improvements, we recommend to also set the following git-annex configuration:
For performance improvements, regardless of which installation method you chose, we recommend to also set the following git-annex configuration:

.. code-block:: bat

Expand Down