Skip to content

Commit

Permalink
Small tidy ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 3, 2024
1 parent 108733d commit d8efb68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/pages/how_tos/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8efb68

Please sign in to comment.