Commit Graph

3 Commits

Author SHA1 Message Date
kingbri
5c08316d18 Start: Switch to Write-Host
Write-Output is equal to a return statement and breaks parts of
the script.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-12-25 11:59:58 -05:00
kingbri
670ccac19a Start: Add option to not install wheels
Building from source is a case for many wheels, so add an option
to skip wheel upgrades/installation if the user uses the start script.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-12-25 11:49:56 -05:00
kingbri
cc3229c109 Scripts: Make Start.bat idiotproof
Start now creates a venv, installs the correct requirements, and
starts the API.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-12-24 20:50:24 -05:00