Skip to content

Commit

Permalink
Link to handbook for CLI instrallation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Nov 21, 2022
1 parent 9a3bf06 commit 274e4f3
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions web/src/components/FileBrowser/FileUploadInstructions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,14 @@
<span class="text-subtitle-1">Don't have DANDI CLI?</span>
<div>
<span class="text-body-2 grey--text text--darken-1">
Install the Python client (DANDI CLI) in a Python 3.7+ environment using command:
<span class="text-body-2 grey--text text--darken-1">
Follow the installation instructions in the
<a href="https://www.dandiarchive.org/handbook/10_using_dandi/#dandi-python-client">
DANDI handbook
</a> .
</span>
</span>
</div>
<div
class="d-flex justify-center"
style="font-family: monospace;"
>
<v-sheet
color="black"
width="60%"
class="white--text pl-2 py-1 text-left"
>
<span>> pip install "dandi>=0.13.0"</span>
</v-sheet>
</div>
</div>
</v-row>
</v-sheet>
Expand Down

0 comments on commit 274e4f3

Please sign in to comment.