Correct pro2cmake's Requirements message
It only told me about two packages to install, so I got an error after I'd installed them and ran it, because I hadn't installed the rest. Save the next person an extra round-trip. Change-Id: I8b544fc2637b86656ec2adddce8e95e6e9e1daf5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
981c1fe15f
commit
b6fad7588a
@ -86,7 +86,7 @@ cmake_api_version = 2
|
||||
def _parse_commandline():
|
||||
parser = ArgumentParser(
|
||||
description="Generate CMakeLists.txt files from ." "pro files.",
|
||||
epilog="Requirements: pip install sympy pyparsing",
|
||||
epilog="Requirements: pip install -r requirements.txt",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--debug", dest="debug", action="store_true", help="Turn on all debug output"
|
||||
|
Loading…
x
Reference in New Issue
Block a user