mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-09 08:43:29 +00:00
update obs example with new obs api package name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import obsstudio_sdk as obs
|
||||
import obsws_python as obs
|
||||
import voicemeeterlib
|
||||
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@ from setuptools import setup
|
||||
setup(
|
||||
name="obs",
|
||||
description="OBS Example",
|
||||
install_requires=["voicemeeter-api", "obsstudio-sdk"],
|
||||
install_requires=["voicemeeter-api", "obsws-python"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user