- Access to a Teradata instance, version 17.10 or higher.
Note
If you need a test instance of Teradata, you can provision one for free at https://www.teradata.com/try
- Python 3.8, 3.9, 3.10 or 3.11 and python3-env, python3-pip installed.
=== "Linux"
Run in Powershell:
```bash
sudo apt install -y python3-venv python3-pip
```
=== "WSL"
```bash
sudo apt install -y python3-venv python3-pip
```
=== "macOS"
```bash
brew install python
```
Refer [Installation Guide](https://docs.python-guide.org/starting/install3/osx/) if you face any issues.