Skip to content

Commit 71716d3

Browse files
Update process.sample.py
1 parent 503ef2d commit 71716d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataProcessing/process.sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Requirements:
33
# python -m pip install clr-loader==0.1.7
44
# python -m pip install pythonnet==3.0.0a2
5-
# This script must be executed in ./bin/Debug/net6.0 after the follwing command is executed
5+
# This script must be executed in ./bin/Debug/net9.0 after the follwing command is executed
66
# dotnet build .\DataProcessing\
77
import os
88
from CLRImports import *
@@ -29,4 +29,4 @@
2929
qb = QuantBook()
3030
symbol = Symbol(sid, "SPY")
3131
history = qb.History(symbol, 3600, Resolution.Daily)
32-
print(history)
32+
print(history)

0 commit comments

Comments
 (0)