mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-25 07:39:15 +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
|