mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Adding note on dll backup for windows (#916)
This commit is contained in:
parent
6f049e6d09
commit
81bc364b91
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue