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.
1 parent 40452d1 commit d10b9c1Copy full SHA for d10b9c1
README.md
@@ -122,7 +122,7 @@ if [ "${ARCH_NAME}" == "aarch64" ]; then
122
elif [ "${ARCH_NAME}" == "x86_64" ]; then
123
conda install -y gcc_linux-64 gxx_linux-64
124
fi
125
-python -m pip install coloredlogs
+python -m pip install coloredlogs pybind11 nanobind
126
```
127
128
Reloading the environment after conda deactivate/logout/reboot:
0 commit comments