# silverMT **Repository Path**: silver6wings/silverMT ## Basic Information - **Project Name**: silverMT - **Description**: A tree planting tutorial - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-24 - **Last Updated**: 2026-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ProjectX A tree planting tutorial ## Download Python for Windows 3.10 Installer (安装的时候添加环境变量记得勾选) * 64位系统:https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe * 32位系统:https://www.python.org/ftp/python/3.10.11/python-3.10.11.exe PyCharm Community Edition (注意是在页面下边,不是 Professional 版本) * https://www.jetbrains.com/pycharm/download/?section=windows Github Desktop * https://desktop.github.com/ Node JS * https://nodejs.org/zh-cn ## Setup ### Step. 1 Setup Python venv interpreter. ### Step. 2 Install Python Packages. 安装指令 > pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ 其他可用镜像 1) https://pypi.tuna.tsinghua.edu.cn/simple/ 清华大学 2) https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学 3) http://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学 4) http://mirrors.aliyun.com/pypi/simple/ 阿里云 5) http://pypi.douban.com/simple/ 豆瓣 安装Ta-lib > pip install _wheel/TA_Lib-0.4.24-cp310-cp310-win_amd64.whl ### Step. 3 Set execute path to project root. ### Step. 4 Test trader/sentiment.py Test trader/mt5_delegate.py