Skip to content

Commit

Permalink
update installation (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Jun 5, 2021
1 parent 7c50266 commit fe76ce8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,18 @@ Check the [official SAHI blog post](https://medium.com/codable/sahi-a-vision-lib

### Installation

- Install sahi using pip:
- Install `sahi` using pip:

```console
pip install sahi
```

- On Windows, `Shapely` needs to be installed via Conda:

```console
conda install -c conda-forge shapely
```

- Install your desired version of pytorch and torchvision:

```console
Expand Down

0 comments on commit fe76ce8

Please sign in to comment.