Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakharov committed Sep 12, 2023
1 parent d3e6028 commit a6b9e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,19 @@ the remote sensing data, Aeronet_raster provides an interface to handle geotiff
Pypi package:
.. code:: bash
$ pip install aeronet [all]
$ pip install aeronet[all]
for partial install:

Raster-only
.. code:: bash
$ pip install aeronet [raster]
$ pip install aeronet[raster]
Vector-only
.. code:: bash
$ pip install aeronet [vector]
$ pip install aeronet[vector]
Source code:
.. code:: bash
Expand Down

0 comments on commit a6b9e89

Please sign in to comment.