Prerequisites & Setup
Before you install the Truffle SDK, please ensure your environment is set up correctly. This helps avoid common issues and keeps your Python projects isolated and manageable.1. Python 3.10+
- Ubuntu / Debian
- macOS
- Windows (PowerShell)
Make sure you have Python 3.10 or higher installed before proceeding.
2. Create a Virtual Environment
A virtual environment keeps your dependencies isolated. Run:- Linux / macOS
- Windows (PowerShell)
3. Install the Truffle SDK
With your venv active, run:Your Python environment is now ready. You can start building with the Truffle SDK!