Skip to content

Commit be8d746

Browse files
authored
Update Python version and dependencies in installation guide
1 parent 1656bd3 commit be8d746

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/user/installation.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ AeoLiS is a Python package that can be installed from PyPI or from source. For t
88
Requirements
99
------------
1010

11-
- Python 3.8 or newer
11+
- Python 3.9 or newer
1212
- pip 22.0 or newer
1313
- netCDF4
1414

1515
Dependencies
1616
""""""""""""
1717

18-
- docopt==0.6.1
18+
- docopt
19+
- typer
1920
- bmi-python
2021
- netCDF4
2122
- scipy
22-
- numpy<1.24,>=1.18
23+
- numpy
2324
- matplotlib
2425
- numba
2526

@@ -59,8 +60,8 @@ Example from command line:
5960

6061
.. code:: shell
6162
62-
aeolis params.txt
63+
aeolis run params.txt
6364
6465
.. note::
6566

66-
Model parameters and other configuration is passed in a `params.txt`. See the :ref:`default settings` for more details.
67+
Model parameters and other configuration is passed in a `params.txt`. See the :ref:`default settings` for more details.

0 commit comments

Comments
 (0)