Explain that we need Internet connection to install all dependencies

This commit is contained in:
Ivan Kravets
2017-12-16 17:40:56 +02:00
parent cee2da7448
commit efceb5db72

View File

@ -164,7 +164,9 @@ class APIRequestError(PlatformioException):
class InternetIsOffline(PlatformioException):
MESSAGE = "You are not connected to the Internet"
MESSAGE = "You are not connected to the Internet.\n"\
"If you build a project first time, we need Internet "\
"connection to install all dependencies and toolchain."
class LibNotFound(PlatformioException):