onSchedule

Get Started

1.Download and Install

Download and install the next generation ICBlock Application on PC , Mac or Linux.

2.Download PythonLanguage

ICBlock is used Python Language, please open Dos Command or Terminal.

and make sure Python 2.6 or 2.7. Python 2.7 is recommended, click here to download python

Windows Users:

Please Download the Python 2.7.x and install it. DON’T FORGET to select Add python.exe to Path feature on the “Customize” stage, otherwise Python Package Manager pip command will not be available.

python-installer-add-path1

3. Download 3rd party framework.

Mac or Linux

To install or upgrade PlatformIO paste that at a Terminal prompt,

sudo python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"

Windows

To install or upgrade PlatformIO paste that at a Command mode,

  1. Hold Win and press Pause.
  2. Click Advanced System Settings.
  3. Click Environment Variables.
  4. Append ;C:python27 to the Path variable.
  5. Restart Command Prompt.

 

cd C:Program FilesICBlock-1.0
python.exe get-platformio.py

 

3. Execution ICblock

Mac or Linux

To install or upgrade PlatformIO paste that at a Terminal prompt,

cd /Applications/ICBlock-1.0
python app.py

Windows

To install or upgrade PlatformIO paste that at a Command mode,

  1. Hold Win and press Pause.
  2. Click Advanced System Settings.
  3. Click Environment Variables.
  4. Append ;C:python27 to the Path variable.
  5. Restart Command Prompt.

cd C:Program FilesICBlock-1.0
python.exe get-platformio.py