Skip to content

Commit

Permalink
Unpin python from 3.10 in instructions, quick tidy up on dev tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 17, 2024
1 parent d8efb68 commit 1a12774
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/pages/how_tos/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Next, create and activate an environment. You can call your environment whateve
we've used `datashuttle-env`:

```sh
conda create -n datashuttle-env python=3.10
conda create -n datashuttle-env
conda activate datashuttle-env
```

Expand Down Expand Up @@ -57,11 +57,10 @@ pip install datashuttle

:::{tab-item} Developers

`pip` must be used to install all developer tools. As
`pip` must be used to install developer dependencies.
As
[Rclone](https://rclone.org/)
is not
available through `pip`, you can
install `Rclone` with `Conda`
is not available through `pip`, you can install `Rclone` with `Conda`

```sh
conda install -c conda-forge rclone
Expand Down

0 comments on commit 1a12774

Please sign in to comment.