From 0fbbd1bf95ba2ff1a706d93d724dff25f976c5c1 Mon Sep 17 00:00:00 2001 From: jreadey Date: Fri, 25 Aug 2023 13:35:05 +0200 Subject: [PATCH] fix quick start instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb32a9f0..0616fbdf 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Make sure you have Python 3 and Pip installed, then: 4. Run the test suite. In a separate terminal run: - Set user_name: `$ export USER_NAME=$USER` - Set user_password: `$ export USER_PASSWORD=$USER` - - Set admin name: `$ export ADMIN_USER=$USER` + - Set admin name: `$ export ADMIN_USERNAME=$USER` - Set admin password: `$ $export ADMIN_PASSWORD=$USER` - Run test suite: `$ python testall.py --skip_unit` 5. (Optional) Install the h5pyd package for an h5py compatible api and tool suite: https://github.com/HDFGroup/h5pyd