From 81bc364b911a3e2a04dcd80db123ef79aa063ef4 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sun, 29 Sep 2024 16:26:45 +0300 Subject: [PATCH] Adding note on dll backup for windows (#916) --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f6a9e3f..cb8d3705 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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