You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,9 @@ Once it is cloned locally, should be able to successfully build the solution, ru
30
30
31
31
#### Usage
32
32
33
-
- Once the repository is forked, the existing example implementation should be adjusted, in the fork, to create a new data type for a particular data set.
34
-
- Converter and downloader scripts should be developed following the [examples in this repository](https://github.com/QuantConnect/LeanDataSdk/tree/master/DataConverterScript).
35
-
36
-
The script should be provided to `QuantConnect` as well as the fork repository at a particual commit.
33
+
- Once the repository is forked, the existing example implementation should be adjusted to create a new data type for a particular data set.
34
+
- The Assembly name and data type have to be changed since they should be unique.
35
+
- Converter and downloader scripts should be developed following the [examples in this repository](https://github.com/QuantConnect/LeanDataSdk/tree/master/DataConverterScript). These script should be provided to `QuantConnect` as well as the fork repository at a particual commit.
0 commit comments