mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-24 11:50:48 +00:00
update obs example with new obs api package name
This commit is contained in:
parent
3f9c486fa0
commit
496f9d37fa
@ -1,4 +1,4 @@
|
|||||||
import obsstudio_sdk as obs
|
import obsws_python as obs
|
||||||
import voicemeeterlib
|
import voicemeeterlib
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,5 +3,5 @@ from setuptools import setup
|
|||||||
setup(
|
setup(
|
||||||
name="obs",
|
name="obs",
|
||||||
description="OBS Example",
|
description="OBS Example",
|
||||||
install_requires=["voicemeeter-api", "obsstudio-sdk"],
|
install_requires=["voicemeeter-api", "obsws-python"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user