Setting Up a Development Environment⚓︎
This page lists the dependencies required to run the tutorials in this documentation and explains how to run them.
Select the language you prefer:
| Prerequisites | Python 3.10 or later |
| Installation | Install the Symbol SDK version 3.3.1 with: |
| Running the Sample Code | Download a sample and run it with: |
Troubleshooting
On some systems, installing the SDK may require additional system packages, because some Python dependencies are built from source.
If installation fails with errors related to missing headers, libraries, or compiler tools, install the required development packages for your system and run the installation again.
Common symptoms include errors mentioning gcc or pysha3.
On Ubuntu and Debian, it is typically enough to install:
Then run the Symbol SDK installation again.
| Prerequisites | Any actively supported version of Node.js |
| Installation | Create a project folder and install the Symbol SDK version 3.3.1 as a dependency: |
| Running the Sample Code | Download a sample and run it with: |
Next Steps⚓︎
- Proceed to Creating a Hello World Application