File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Full documentation at [lotus-nlte.readthedocs.io](https://lotus-nlte.readthedocs
2727The quickest way to get started is to use [ pip] ( https://pip.pypa.io ) :
2828
2929``` bash
30- python -m pip install lotus-nlte==0.1.1rc3
30+ python -m pip install lotus-nlte==0.1.1
3131```
3232Notice that _ LOTUS_ requires Python 3.7.* . You might create an independent environment to run this code.
3333
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The recommended method of installing *LOTUS* is with `pip
3131
3232.. code-block :: bash
3333
34- python -m pip install lotus-nlte==0.1.1rc3
34+ python -m pip install lotus-nlte==0.1.1
3535
3636 .. _source :
3737
Original file line number Diff line number Diff line change 1- __version__ = "0.1.1rc3 "
1+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments