From ac7b63e81bb619483f89d70cedd09d94bb0eb489 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 1 May 2023 15:39:03 +1000 Subject: [PATCH] Mention that checkout path should not include spaces --- docs/development.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development.md b/docs/development.md index 574f2fd23..cfa2be6c1 100644 --- a/docs/development.md +++ b/docs/development.md @@ -26,6 +26,9 @@ in the provided commands, `--pre` tells pip to fetch alpha/beta versions. If you ## Building from source +Clone the git repo into a folder of your choosing. The folder path must not +contain spaces, and should not be too long if you are on Windows. + On all platforms, you will need to install: - Rustup (https://rustup.rs/). The Rust version pinned in rust-toolchain.toml