Skip to content

Commit d10b9c1

Browse files
authored
Update README.md (#1042)
1 parent 40452d1 commit d10b9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if [ "${ARCH_NAME}" == "aarch64" ]; then
122122
elif [ "${ARCH_NAME}" == "x86_64" ]; then
123123
conda install -y gcc_linux-64 gxx_linux-64
124124
fi
125-
python -m pip install coloredlogs
125+
python -m pip install coloredlogs pybind11 nanobind
126126
```
127127

128128
Reloading the environment after conda deactivate/logout/reboot:

0 commit comments

Comments
 (0)