File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 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::
2424System dependencies
2525~~~~~~~~~~~~~~~~~~~
2626
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
3128
32- $ sudo apt-get install libmagplus3v5
29+ They can be installed from PyPI with::
30+ $ pip install ecmwflibs
3331
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
3732
38- Note that *Magics * support for the Windows operating system is experimental.
3933
4034You may run a simple selfcheck command to ensure that your system is set up correctly::
4135
4236 $ 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
4440 Your system is ready.
4541
4642
You can’t perform that action at this time.
0 commit comments