Skip to content

Commit

Permalink
fixing readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Mar 26, 2024
1 parent 40e059f commit f657ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions docs/install_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 :-)


0 comments on commit f657ca2

Please sign in to comment.