We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8c695 commit 1a47987Copy full SHA for 1a47987
src/homepageExperience/components/steps/InstallDependencies.tsx
@@ -1,5 +1,7 @@
1
import React, {PureComponent} from 'react'
2
import CodeSnippet from 'src/shared/components/CodeSnippet'
3
+import {SafeBlankLink} from 'src/utils/SafeBlankLink'
4
+
5
import {event} from 'src/cloud/utils/reporting'
6
7
export class InstallDependencies extends PureComponent {
@@ -20,7 +22,11 @@ export class InstallDependencies extends PureComponent {
20
22
onCopy={this.logCopyCodeSnippet}
21
23
/>
24
<p style={{fontStyle: 'italic'}}>
- You’ll need to have Python 3 installed.
25
+ You’ll need to have{' '}
26
+ <SafeBlankLink href="https://www.python.org/download/releases/3.0/">
27
+ Python 3
28
+ </SafeBlankLink>{' '}
29
+ installed.
30
</p>
31
</>
32
)
0 commit comments