Skip to content

Commit c8127d4

Browse files
committed
fix: proper egg when installing on mac resolves Cannot build on Apple Silicon Mac #4
1 parent 7669691 commit c8127d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ parse-torrent-title
66
# do not install on windows or macOS
77
fuse-python; sys_platform != "win32" and sys_platform != "darwin"
88
# for macOS
9-
git+https://github.com/libfuse/python-fuse#egg=master; sys_platform == "darwin"
9+
git+https://github.com/libfuse/python-fuse; sys_platform == "darwin"

0 commit comments

Comments
 (0)