Getting Started with the DANDI Client
In thes instructions, you will install Python 3.9+ and then install the DANDI Python Client.
Quick Steps
Install Python
If you're new to Python, it may be useful to start by checking out Python's Getting Started page There are many ways to install and use Python, so we've highlighted a few common ways to get started below.
Install the DANDI Client
Once you've gotten up and running with Python, the following command will install the DANDI Client:
pip install -U dandi
More Information
For more detailed information on the DANDI Python Client, please refer to the following resources: