Skip to content

Getting Started

The basic installation and usage of NetherScript.

Installation

Prerequisites

Required Libraries

The required libaries can be installed with:

sh
$ pip install -r requirements.txt

Setup

Windows

There are instructions in run.cmd for setting up your Windows registry to be able to double click .ntscript files in order to run the compiler.

Notepad++

You can use cbscript-npp-highlighting.xml with Notepad++ to add syntax highlighting.

Visual Studio Code

You can use the CBScript VS Code extension by spysatcorp with VS Code to add partial syntax highlighting.