Skip to content

Commit 83d9c1e

Browse files
authored
Pick a different pypi name and add installation instructions (#43)
1 parent 00dc2cb commit 83d9c1e

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
This work is based on a fork of https://github.com/facebookresearch/segment-anything
44

55

6-
## Dependencies
6+
## Installation
77

8-
Latest PyTorch nightly
8+
9+
Step 1
10+
11+
Get latest PyTorch nightly
912

1013

1114
For example:
@@ -15,6 +18,15 @@ pip3 install --pre torch torchvision torchaudio --index-url https://download.pyt
1518

1619
Installation instructions vary by platform. Please see the website https://pytorch.org/
1720

21+
22+
Step 2
23+
24+
Install the package
25+
26+
```
27+
pip install ptl-segment-anything-fast
28+
```
29+
1830
## Results
1931

2032
The results show a waterfall of techniques.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
packages = find_packages()
44
print("packages: ", packages)
55
setup(
6-
name='segment-anything-fast',
6+
name='ptl-segment-anything-fast',
77
version='0.2',
88
packages=packages,
99
install_requires=[

0 commit comments

Comments
 (0)