# Install SDK
NOTE: Ensure you meet the prerequisites before installing the PyWaves-CE library.
# Prerequsites
- Python: Version 3.8 or above.
# Tutorial
Install the SDK by following the steps:
Create and go to the project directory:
mkdir pywaves && cd pywavesCreate a virtual environment:
python3 -m venv venvActivate the virtual environment for your OS:
• macOS/Linux:
source venv/bin/activate• Windows:
venv\Scripts\activateInstall the dependencies:
pip install pywaves-ce