diff --git a/README.md b/README.md index c3317915e..367030b4b 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,14 @@ cd avatarify scripts\install_windows.bat ``` 5. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify` directory (don't unpack it). -6. Run `run_windows.bat`. If installation was successful, two windows "cam" and "avatarify" will appear. Leave these windows open for the next installation steps. -7. Install [OBS Studio](https://obsproject.com/) for capturing Avatarify output. -8. Install [VirtualCam plugin](https://obsproject.com/forum/resources/obs-virtualcam.539/). Choose `Install and register only 1 virtual camera`. -9. Run OBS Studio. -10. In the Sources section, press on Add button ("+" sign), select Windows Capture and press OK. In the appeared window, choose "[python.exe]: avatarify" in Window drop-down menu and press OK. Then select Edit -> Transform -> Fit to screen. -11. In OBS Studio, go to Tools -> VirtualCam. Check AutoStart, set Buffered Frames to 0 and press Start. -12. Now `OBS-Camera` camera should be available in Zoom (or other videoconferencing software). +6. Run `pip install -r requirements.txt --use-feature=2020-resolver` to install the required dependencies. +7. Run `run_windows.bat`. If installation was successful, two windows "cam" and "avatarify" will appear. Leave these windows open for the next installation steps. +8. Install [OBS Studio](https://obsproject.com/) for capturing Avatarify output. +9. Install [VirtualCam plugin](https://obsproject.com/forum/resources/obs-virtualcam.539/). Choose `Install and register only 1 virtual camera`. +10. Run OBS Studio. +11. In the Sources section, press on Add button ("+" sign), select Windows Capture and press OK. In the appeared window, choose "[python.exe]: avatarify" in Window drop-down menu and press OK. Then select Edit -> Transform -> Fit to screen. +12. In OBS Studio, go to Tools -> VirtualCam. Check AutoStart, set Buffered Frames to 0 and press Start. +13. Now `OBS-Camera` camera should be available in Zoom (or other videoconferencing software). The steps 10-11 are required only once during setup.