mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
10 lines
286 B
Batchfile
10 lines
286 B
Batchfile
@echo off
|
|
setlocal enabledelayedexpansion
|
|
|
|
REM upgrade pip
|
|
"%PREFIX%\python.exe" -m pip install --upgrade pip
|
|
|
|
REM install extra deps
|
|
"%PREFIX%\python.exe" -m pip install paho-mqtt opentrons_shared_data
|
|
"%PREFIX%\python.exe" -m pip install git+https://github.com/Xuwznln/pylabrobot.git
|