File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,19 @@ The package is installed from PyPI with::
24
24
System dependencies
25
25
~~~~~~~~~~~~~~~~~~~
26
26
27
- The python module depends on the ECMWF *Magics * library
28
- that must be installed on the system and accessible as a shared library.
29
- Some Linux distributions ship a binary version that may be installed with the standard package manager.
30
- On Ubuntu 18.04 use the command::
27
+ The python module depends on the ECMWF *Magics * and *eccodes * libraries
31
28
32
- $ sudo apt-get install libmagplus3v5
29
+ They can be installed from PyPI with::
30
+ $ pip install ecmwflibs
33
31
34
- As an alternative you may install the official source distribution
35
- by following the instructions at
36
- https://software.ecmwf.int/magics/Installation+Guide
37
32
38
- Note that *Magics * support for the Windows operating system is experimental.
39
33
40
34
You may run a simple selfcheck command to ensure that your system is set up correctly::
41
35
42
36
$ python -m Magics selfcheck
43
- Found: Magics '4.0.0'.
37
+ Found: Magics 'Magics 4.10.0'.
38
+ Library: /usr/local/lib/python3.9/site-packages/ecmwflibs/.dylibs/libMagPlus.dylib
39
+ Magics home: /usr/local/lib/python3.9/site-packages/ecmwflibs
44
40
Your system is ready.
45
41
46
42
You can’t perform that action at this time.
0 commit comments