# 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 pywaves
Create a virtual environment:
python3 -m venv venv
Activate the virtual environment for your OS:
• macOS/Linux:
source venv/bin/activate
• Windows:
venv\Scripts\activate
Install the dependencies:
pip install pywaves-ce