Skip to content

Commit f4d39ad

Browse files
committed
fix: update wording to pip3
1 parent eb6aecd commit f4d39ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/doctor/src/doctor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export class Doctor implements NativeScriptDoctor.IDoctor {
265265
infoMessage: `The Python 'six' package is found.`,
266266
warningMessage: `The Python 'six' package not found.`,
267267
additionalInformation:
268-
"This package is required by the Debugger library (LLDB) for iOS. You can install it by first making sure you have pip installed and then running 'pip install six' from the terminal.",
268+
"This package is required by the Debugger library (LLDB) for iOS. You can install it by first making sure you have pip3 installed and then running 'pip3 install six' from the terminal.",
269269
platforms: [Constants.IOS_PLATFORM_NAME],
270270
})
271271
);

0 commit comments

Comments
 (0)