From 274e4f3c7a1000faf5a8f64c6eeccd06e6657958 Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh Date: Thu, 17 Nov 2022 10:51:00 -0500 Subject: [PATCH] Link to handbook for CLI instrallation instructions --- .../FileBrowser/FileUploadInstructions.vue | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/web/src/components/FileBrowser/FileUploadInstructions.vue b/web/src/components/FileBrowser/FileUploadInstructions.vue index 4192b2c9a..3dad8d55c 100644 --- a/web/src/components/FileBrowser/FileUploadInstructions.vue +++ b/web/src/components/FileBrowser/FileUploadInstructions.vue @@ -34,21 +34,14 @@ Don't have DANDI CLI?
- Install the Python client (DANDI CLI) in a Python 3.7+ environment using command: + + Follow the installation instructions in the + + DANDI handbook + . +
-
- - > pip install "dandi>=0.13.0" - -