add post link when installing

This commit is contained in:
Xuwznln
2025-08-01 20:58:54 +08:00
parent f719e2dada
commit f7cc9e9f2c
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
@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