sforkowany z mirror/meshtastic-firmware
remove the --user
rodzic
c1613de426
commit
0f862edc47
|
@ -11,7 +11,7 @@ env.Replace( MKSPIFFSTOOL=env.get("PROJECT_DIR") + '/bin/mklittlefs.py' )
|
|||
try:
|
||||
import littlefs
|
||||
except ImportError:
|
||||
env.Execute("$PYTHONEXE -m pip install --user littlefs-python")
|
||||
env.Execute("$PYTHONEXE -m pip install littlefs-python")
|
||||
|
||||
Import("projenv")
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue