We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b326c commit 39c71cdCopy full SHA for 39c71cd
README.rst
@@ -34,19 +34,22 @@ Installation
34
------------
35
36
Install GDAL:
37
+
38
.. code-block:: console
39
40
sudo apt-get install gdal-bin libgdal-dev
41
pip install --upgrade gdal==`gdal-config --version` pybind11 # with pip
42
43
Install COSIPY with pip (for general use):
44
45
46
47
pip install cosipymodel
48
cosipy-setup # generate template configuration files
49
cosipy-help # view help
50
51
Install COSIPY from source (for development):
52
53
54
55
git clone https://github.com/cryotools/cosipy.git
0 commit comments