-
Notifications
You must be signed in to change notification settings - Fork 0
GatewayGroup/sdk-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Download Python And Install: https://www.python.org/downloads/ Vs Code Install: Python extension for Visual Studio Code Open CMD [System + R] install package: pip3 install requests pip3 install pyCryptodome Vscode Debue launch.json Configuration { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${workspaceFolder}/example.py", "console": "integratedTerminal", "justMyCode": true } ] }
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published