Kaynağa Gözat

Update README.md

Rener Oliveira 2 yıl önce
ebeveyn
işleme
d848348d01
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ We recommend following OpenFHE C++ installation instructions first (which covers
 You can install pybind11 by runnning:
 You can install pybind11 by runnning:
   
   
 ```bash
 ```bash
-pip install pybind11[global] # or alternatively, if you use conda:
+pip install "pybind11[global]" # or alternatively, if you use conda:
 conda install -c conda-forge pybind11
 conda install -c conda-forge pybind11
 ```
 ```
 For custom installation or any other issues, please refer to the official pybind11 documentation in the link above.
 For custom installation or any other issues, please refer to the official pybind11 documentation in the link above.