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:
102102 ## Installation Instructions
103103
104104 ### Important Warning ⚠️
105- !!! warning "Trading Risk Warning"
106105 **IMPORTANT: Trading involves substantial risk of loss and is not suitable for all investors.**
107106
108107 - Always use a **demo account** with fake money when testing strategies
@@ -116,9 +115,14 @@ jobs:
116115
117116 ### Installation Steps
118117
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+
119121 \`\`\`
122+ pip install mqpy==$VERSION --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/
123+ \`\`\`" || echo "\`\`\`
120124 pip install mqpy==$VERSION
121- \`\`\`
125+ \`\`\`")
122126
123127 ### Documentation
124128 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