Updated dependency list.

pull/70/head
Christian Jacobs 2018-04-02 17:30:49 +01:00
rodzic 095743e3ba
commit c6845c082e
2 zmienionych plików z 5 dodań i 8 usunięć

Wyświetl plik

@ -39,13 +39,10 @@ but the complete list is given below:
* python3-matplotlib (version 1.3.0 or later)
* python3-numpy
* libxcb-render0-dev
* python3-cairocffi
* libproj-dev (version 4.9.0 or later)
* libgeos-dev (version 3.3.3 or later)
* [cartopy](http://scitools.org.uk/cartopy/) (for drawing the world map and grey line)
* [geocoder](https://pypi.python.org/pypi/geocoder) (for QTH lookups)
* python3-sphinx (for building the documentation)
* python3-hamlib (for Hamlib support)
* [cartopy](http://scitools.org.uk/cartopy/), for drawing the world map. This package depends on python3-cairocffi, cython, libproj-dev (version 4.9.0 or later), and libgeos-dev (version 3.3.3 or later).
* [geocoder](https://pypi.python.org/pypi/geocoder), for QTH lookups.
* python3-sphinx, for building the documentation.
* python3-hamlib, for Hamlib support.
### Hamlib support

Wyświetl plik

@ -1,6 +1,6 @@
numpy
matplotlib>=1.3.0
cartopy>=0.16.0
cairocffi
cartopy>=0.16.0
sphinx
geocoder