Explorar el Código

deploy-ng asteroid sample: Add --pre to requirements.txt

This forces pip to prefer 1.10 builds even if it finds 1.9 builds (e.g., for Python2)
Mitchell Stokes hace 8 años
padre
commit
9e9aebad58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      samples/asteroids/requirements.txt

+ 1 - 0
samples/asteroids/requirements.txt

@@ -1,2 +1,3 @@
 -f ./wheels
 -f ./wheels
+--pre
 panda3d
 panda3d