mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 05:08:29 -06:00
Renamed PIP Requirements Files
This commit is contained in:
@ -132,8 +132,8 @@ switch ($choice) {
|
|||||||
Step: Install Python Dependencies
|
Step: Install Python Dependencies
|
||||||
#>
|
#>
|
||||||
Run-Step "Install Python Dependencies into Virtual Python Environment" {
|
Run-Step "Install Python Dependencies into Virtual Python Environment" {
|
||||||
if (Test-Path "$dataSource\Server\requirements.txt") {
|
if (Test-Path "$dataSource\Server\server-requirements.txt") {
|
||||||
& $venvPython -m pip install -q -r "$dataSource\Server\requirements.txt" | Out-Null
|
& $venvPython -m pip install -q -r "$dataSource\Server\server-requirements.txt" | Out-Null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ switch ($choice) {
|
|||||||
|
|
||||||
$venvFolder = "Agent"
|
$venvFolder = "Agent"
|
||||||
$agentSourcePath = "Data\Agent\borealis-agent.py"
|
$agentSourcePath = "Data\Agent\borealis-agent.py"
|
||||||
$agentRequirements = "Data\Agent\requirements.txt"
|
$agentRequirements = "Data\Agent\agent-requirements.txt"
|
||||||
$agentDestinationFolder = "$venvFolder\Borealis"
|
$agentDestinationFolder = "$venvFolder\Borealis"
|
||||||
$agentDestinationFile = "$venvFolder\Borealis\borealis-agent.py"
|
$agentDestinationFile = "$venvFolder\Borealis\borealis-agent.py"
|
||||||
$venvPython = Join-Path $venvFolder 'Scripts\python.exe'
|
$venvPython = Join-Path $venvFolder 'Scripts\python.exe'
|
||||||
|
Reference in New Issue
Block a user