Skip to content

Commit

Permalink
crop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Oct 31, 2023
1 parent 97a6795 commit 0e66afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/python-env/crop.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scripts/setup.sh

### Step 2 - Create the Python virtual environment

The required Python modules are installed using pip:
The required Python modules are installed using `pip`:

```bash linenums="1" hl_lines="3" title="terminal"
--8<--
Expand All @@ -26,7 +26,7 @@ scripts/crop_env.sh

The command line tool is invoked to crop the green band:

```bash linenums="1" hl_lines="8-11" title="terminal"
```bash linenums="1" hl_lines="7-11" title="terminal"
--8<--
scripts/crop_green.sh
--8<--
Expand All @@ -36,7 +36,7 @@ scripts/crop_green.sh

The command line tool is invoked to crop the NIR band:

```bash linenums="1" hl_lines="8-11" title="terminal"
```bash linenums="1" hl_lines="7-11" title="terminal"
--8<--
scripts/crop_nir.sh
--8<--
Expand Down

0 comments on commit 0e66afc

Please sign in to comment.