6 lines
152 B
Bash
6 lines
152 B
Bash
#!/bin/bash
|
|
# for ubuntu
|
|
|
|
sudo apt install -y python3 python3-pip build-essential python-is-python3
|
|
|
|
pip install esdk-obs-python --trusted-host pypi.org |