You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ print(dsf.__version__)
38
38
The project requires `C++20` or greater, `cmake`, `tbb``simdjson`, `spdlog` and `rapidcsv`.
39
39
To install requirements on Ubuntu:
40
40
```shell
41
-
sudo apt install cmake libhwloc-dev
41
+
sudo apt install cmake libtbb-dev
42
42
```
43
43
To install requirements on macOS:
44
44
```shell
45
-
brew install cmake
45
+
brew install cmake tbb
46
46
```
47
47
48
48
Utilities are written in python. To install their dependencies:
@@ -68,7 +68,7 @@ cmake --install build
68
68
## Installation (Python)
69
69
If you want to use the library from Python, you can build the Python bindings using [pybind11](https://github.com/pybind/pybind11). Make sure you have Doxygen installed to generate the docstrings:
0 commit comments