Switch to PlatformIO's SCons version

This commit is contained in:
Ivan Kravets
2015-07-17 13:48:17 +03:00
parent de1cce41b0
commit 890acbc80e
3 changed files with 4 additions and 6 deletions

View File

@ -100,9 +100,7 @@ def main():
("Installing Python Package Manager", install_pip, []),
("Installing PlatformIO and dependencies", install_pypi_packages, [
[["setuptools"], ["platformio"], [
"--egg",
"http://sourceforge.net/projects/platformio-storage/files/"
"scons.zip/download"
"--egg", "http://dl.platformio.org/scons.zip"
]]
])
]