Adding note on dll backup for windows (#916)

This commit is contained in:
Raivis Dejus 2024-09-29 16:26:45 +03:00 committed by GitHub
commit 81bc364b91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,8 +109,9 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
9. Enter repo folder `cd buzz`
10. Activate the virtual environment `poetry shell`
11. Install the dependencies `poetry install`
12. Build Buzz `poetry build`
13. Run Buzz `python -m buzz`
12. `cp -r .\dll_backup\ .\buzz\`
13. Build Buzz `poetry build`
14. Run Buzz `python -m buzz`
#### GPU Support