Skip to content

Commit 357a89a

Browse files
committed
Add note for setuptools.
1 parent d45ece6 commit 357a89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def finalize_options(self):
7979
self.root_is_pure = False
8080
except (ImportError, ModuleNotFoundError):
8181
# Disable wheel if `wheel` not installed.
82-
print("If this installation does not work, run `pip install wheel` and try again.")
82+
print("If this installation does not work, run `pip install setuptools wheel` and try again.")
8383
BdistWheelCommand = None
8484

8585
import setuptools.command.build_ext

0 commit comments

Comments
 (0)