File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
apps/developer-hub/content/docs/pyth-core/use-real-time-data Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,24 @@ Install the Pyth TON SDK and other necessary dependencies using npm:
18
18
19
19
<Tabs groupId = " node-package-manager" items = { [" npm" , " yarn" ]} persist >
20
20
<Tab >
21
- ``` sh copy npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
22
- @ton/core @ton/ton @ton/crypto ` ` `
21
+ { /* prettier-ignore-start */ }
22
+
23
+ ``` sh copy
24
+ npm install @pythnetwork/pyth-ton-js @pythnetwork/hermes-client @ton/core @ton/ton @ton/crypto
25
+ ```
26
+
27
+ { /* prettier-ignore-end */ }
28
+
23
29
</Tab >
24
30
<Tab >
25
- ` ` ` sh copy yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client
26
- @ton/core @ton/ton @ton/crypto ` ` `
31
+ { /* prettier-ignore-start */ }
32
+
33
+ ``` sh copy
34
+ yarn add @pythnetwork/pyth-ton-js @pythnetwork/hermes-client @ton/core @ton/ton @ton/crypto
35
+ ```
36
+
37
+ { /* prettier-ignore-end */ }
38
+
27
39
</Tab >
28
40
</Tabs >
29
41
You can’t perform that action at this time.
0 commit comments