Skip to content

Commit

Permalink
Merge pull request #183 from UBC-MDS/docs-remove-redundant-note-from-…
Browse files Browse the repository at this point in the history
…readme

docs: remove redundant note from readme
  • Loading branch information
Arc-Celt authored Feb 3, 2025
2 parents 38dd73b + 729fa88 commit 4f3fe11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ To harness the image processing magic of SharpEdge, follow these steps:
2. (Optional) Load your image as a NumPy array (if it isn't already).

```python
# Ensure that you have Pillow and numpy installed in your environment
from PIL import Image
import numpy as np

Expand Down Expand Up @@ -126,4 +125,4 @@ Interested in contributing? Check out the contributing guidelines. Please note t

## Credits

`sharpedge` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
`sharpedge` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

0 comments on commit 4f3fe11

Please sign in to comment.