Skip to content

Commit f64484d

Browse files
Update README.md
Co-authored-by: Clément Robert <cr52@protonmail.com>
1 parent 72c7149 commit f64484d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/IO/pydefix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export pybind11_DIR=env/lib/python3.10/site-packages/pybind11
4343

4444
you can then run cmake which should be able to find pybind11, and compile the code.
4545

46-
If while running the code using a python interpreter in an envionement, you might run into errors stating that some module
46+
If while running the code using a python interpreter in an environment, you run into errors stating that some module
4747
installed in your environement is not present. This is because pybind11 does not always capture your venv. You need to force the following environement variables (replace XX by your python version)
4848

4949
```bash

0 commit comments

Comments
 (0)