diff --git a/README.md b/README.md index cf1c078..c989f34 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ For example: `export PATH_NICSLU=/home/user/Documents/cktso` #### Enable 03 optimization By default, at least on ubuntu, only the "-O2" compiler flags is used. To use the O3 optimization flag, you need -to specify the `__COMPLILE_O3` environment variable: `set __COMPLILE_O3=1` before the compilation (so before +to specify the `__O3_OPTIM` environment variable: `set __O3_OPTIM=1` before the compilation (so before `python3 setup.py build` or `python -m pip install -e .`) This compilation argument will increase the compilation time, but will make the package faster. diff --git a/docs/install_from_source.rst b/docs/install_from_source.rst index 10e8447..c44a00a 100644 --- a/docs/install_from_source.rst +++ b/docs/install_from_source.rst @@ -195,5 +195,3 @@ Now you simply need to install the lightsim2grid package this way, like any pyth pip install -U . And you are done :-) - -