We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hdf5
1 parent 7625017 commit 0f38baaCopy full SHA for 0f38baa
docs/setup.md
@@ -1,7 +1,7 @@
1
## Set Up Environment
2
3
- Make sure you have `python >= 3.10` installed.
4
-- Make sure you have `hdf5` installed.
+- If using macOS, you may need to install `hdf5` (e.g., via `brew install hdf5`).
5
- Install poetry: `pip install 'poetry>=1.8'`
6
- Install the project dependencies: `poetry update`
7
- Enter the virtual environment: `poetry shell`
0 commit comments