Skip to content

Commit 39cac8b

Browse files
committed
prep for pypi
1 parent 22aef85 commit 39cac8b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/scripts/build-windows.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ exec { conda activate pyenv_minimal }
132132
New-Item -Force -ItemType directory tmp_for_test | out-null
133133
cd tmp_for_test
134134

135-
python -m pip uninstall -y rawpy
135+
python -m pip uninstall -y pyvirtualcam
136136
ls ..\dist\*.whl | % { exec { python -m pip install $_ } }
137137
exec { python -c "import pyvirtualcam" }
138138

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ NOTE: This package is a work-in-progress. No support is provided, use at own ris
44

55
## Installation
66

7-
This package is Windows-only for now and not yet published on PyPI.
7+
This package is Windows-only for now. Binary wheels are provided on PyPI.
88

9-
Make sure you have Visual Studio installed, then run:
109
```sh
11-
pip install .
10+
pip install pyvirtualcam
1211
```
1312

1413
The package uses [obs-virtual-cam](https://github.com/Fenrirthviti/obs-virtual-cam/releases) which has to be installed separately. Note that the obs-virtual-cam installer assumes an OBS Studio installation and will fail otherwise. You can also download and extract the obs-virtual-cam zip package directly without installing OBS Studio. After unzipping, simply run `regsvr32 /n /i:1 "obs-virtualcam\bin\32bit\obs-virtualsource.dll"` from an elevated command prompt to install the virtual camera device. Use `regsvr32 /u "obs-virtualcam\bin\32bit\obs-virtualsource.dll"` to uninstall it again.

0 commit comments

Comments
 (0)