Skip to content

Commit 0f38baa

Browse files
committed
Restrict hdf5 instruction to macOS
1 parent 7625017 commit 0f38baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Set Up Environment
22

33
- Make sure you have `python >= 3.10` installed.
4-
- Make sure you have `hdf5` installed.
4+
- If using macOS, you may need to install `hdf5` (e.g., via `brew install hdf5`).
55
- Install poetry: `pip install 'poetry>=1.8'`
66
- Install the project dependencies: `poetry update`
77
- Enter the virtual environment: `poetry shell`

0 commit comments

Comments
 (0)