File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102
102
## Installation Instructions
103
103
104
104
### Important Warning ⚠️
105
- !!! warning "Trading Risk Warning"
106
105
**IMPORTANT: Trading involves substantial risk of loss and is not suitable for all investors.**
107
106
108
107
- Always use a **demo account** with fake money when testing strategies
@@ -116,9 +115,14 @@ jobs:
116
115
117
116
### Installation Steps
118
117
118
+ #### $([ "$IS_DRY_RUN" = "true" ] && echo "Test/RC Version" || echo "Production Version")
119
+ $([ "$IS_DRY_RUN" = "true" ] && echo "This is a release candidate version published to Test PyPI.
120
+
119
121
\`\`\`
122
+ pip install mqpy==$VERSION --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
123
+ \`\`\`" || echo "\`\`\`
120
124
pip install mqpy==$VERSION
121
- \`\`\`
125
+ \`\`\`")
122
126
123
127
### Documentation
124
128
For complete documentation, visit our [GitHub repository](https://github.com/Joaopeuko/Mql5-Python-Integration).
You can’t perform that action at this time.
0 commit comments