Skip to content

Commit

Permalink
fix quick start instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Aug 25, 2023
1 parent 42dc97a commit 0fbbd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fbbd1b

Please sign in to comment.