From 1a1277449d05eadee1e96a09c86d49950cb09860 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Fri, 17 May 2024 10:39:20 +0100 Subject: [PATCH] Unpin python from 3.10 in instructions, quick tidy up on dev tab. --- docs/source/pages/how_tos/install.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/source/pages/how_tos/install.md b/docs/source/pages/how_tos/install.md index 97037ad1..aae97ef0 100644 --- a/docs/source/pages/how_tos/install.md +++ b/docs/source/pages/how_tos/install.md @@ -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 ``` @@ -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