Skip to content

Commit

Permalink
Merge pull request #1919 from dandi/bf-instructions
Browse files Browse the repository at this point in the history
Update our instructions for installation to state newer versions of python and dandi-cli
  • Loading branch information
waxlamp authored Apr 19, 2024
2 parents 3c29a9b + 3828e65 commit 6e72653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/views/DandisetLandingView/DownloadDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
<v-list>
<v-list-item>
Install the Python client (DANDI CLI)
in a Python 3.7+ environment using command:
in a Python 3.8+ environment using command:
</v-list-item>
<v-list-item>
<kbd>pip install "dandi>=0.13.0"</kbd>
<kbd>pip install "dandi>=0.60.0"</kbd>
</v-list-item>
</v-list>
</v-expansion-panel-content>
Expand Down

0 comments on commit 6e72653

Please sign in to comment.