From d8efb6881e423ea3301798f281309ce33017f877 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Fri, 3 May 2024 10:11:56 +0100 Subject: [PATCH] Small tidy ups. --- docs/source/pages/how_tos/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/pages/how_tos/install.md b/docs/source/pages/how_tos/install.md index bb05e3bd..97037ad1 100644 --- a/docs/source/pages/how_tos/install.md +++ b/docs/source/pages/how_tos/install.md @@ -61,20 +61,20 @@ pip install datashuttle [Rclone](https://rclone.org/) is not available through `pip`, you can -install `Rclone` with `Conda`: +install `Rclone` with `Conda` ```sh conda install -c conda-forge rclone ``` -or using the [standalone RClone install](https://rclone.org/downloads/). +or using the [RClone's standalone installer](https://rclone.org/downloads/). Next, clone the **datashuttle** [GitHub repository](https://github.com/neuroinformatics-unit/datashuttle/) to get the latest development version. To install **datashuttle** and its developer dependencies, -run the follow commoand from inside the repository: +run the follow command from inside the repository: ```sh pip install -e .[dev] # works on most shells