thomasyu888 commited on
Commit
569616c
·
1 Parent(s): a4edcd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -13,4 +13,12 @@ language:
13
 
14
  This is a test on how to advertise a dataset that we host on Synapse
15
 
16
- To download files in this [dataset](https://www.synapse.org/#!Synapse:syn51520471/files/) you must [register](https://help.synapse.org/docs/Managing-Your-Account.2055405596.html) for a Synapse account
 
 
 
 
 
 
 
 
 
13
 
14
  This is a test on how to advertise a dataset that we host on Synapse
15
 
16
+ To download files in this [dataset](https://www.synapse.org/#!Synapse:syn51520471/files/) you must [register](https://help.synapse.org/docs/Managing-Your-Account.2055405596.html) for a Synapse account
17
+ After registering for an account, please [create a personal access token](https://help.synapse.org/docs/Managing-Your-Account.2055405596.html#ManagingYourAccount-PersonalAccessTokens)
18
+ and install the Python client.
19
+
20
+ ```
21
+ pip install synapseclient
22
+ export SYNAPSE_AUTH_TOKEN=<Access Token here>
23
+ synapse get -r syn51520471
24
+ ```