-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ The basic usage is relatively simple: | |
$ cd mturkMatlab | ||
$ matlab | ||
>> addpath(genpath('.')); | ||
>> aws_access_key = 'XXXXXXXXXX'; | ||
>> aws_secret_key = 'YYYYYYYYYY'; | ||
>> sandbox = true; | ||
>> aws_access_key = 'XXXXXXXXXX'; % access key from AWS | ||
>> aws_secret_key = 'YYYYYYYYYY'; % secret key from AWS | ||
>> sandbox = true; % run functions on sandbox | ||
>> turk = InitializeTurk(aws_access_key, aws_secret_key, sandbox); | ||
>> [result, found_error] = GetAccountBalance(turk, GetAccountBalanceStruct()); | ||
|
||
|
@@ -48,6 +48,8 @@ Questions and Comments | |
|
||
If you have any feedback, please email <a href="http://people.csail.mit.edu/khosla">Aditya Khosla</a> at <a href="mailto:[email protected]">[email protected]</a>. | ||
|
||
Also, pull requests of fixes/improvements are most welcome. | ||
|
||
|
||
Disclaimer | ||
---------- | ||
|