Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsArn authored Nov 22, 2024
1 parent 38b326c commit 39c71cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,22 @@ Installation
------------

Install GDAL:

.. code-block:: console
sudo apt-get install gdal-bin libgdal-dev
pip install --upgrade gdal==`gdal-config --version` pybind11 # with pip
Install COSIPY with pip (for general use):

.. code-block:: console
pip install cosipymodel
cosipy-setup # generate template configuration files
cosipy-help # view help
Install COSIPY from source (for development):

.. code-block:: console
git clone https://github.com/cryotools/cosipy.git
Expand Down

0 comments on commit 39c71cd

Please sign in to comment.