Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorydavidmartinez committed Mar 19, 2020
1 parent cfe1df2 commit e135f96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@ HDF5_VERSION=X.Y.Z pip install --no-binary=h5py h5py --no-cache-dir --ignore-ins
with `X`, `Y`, `Z` replaced by the version needed. To find the version ScannerBit uses, run (while NOT in the pyscannerbit directory):

```
python3 -c "from pyscannerbit import ext_module as ext; print(ext.sb.get_hdf5_version())"
python -c "from pyscannerbit import ext_module as ext; print(\"hdf5 version:\", ext.sb.get_hdf5_version())"
```

Also, on macs, especially if you're on a shared network drive, you may need to set:

```
export HDF5_USE_FILE_LOCKING=FALSE
```

License
Expand Down

0 comments on commit e135f96

Please sign in to comment.