Installing UntypedScript

In order to install UTSC, or the UntypedScript compiler, you will need the following dependencies:

Once you’ve installed all the necessary tools, you can start to install the UntypedScript compiler! It’s easy to install using pip - just run pip install untypedscript-utsc or python -m pip install untypedscript-utsc. After installing untypedscript-utsc, run the command utsc-configure and input the path on your computer to nasm.exe, gcc.exe and ld.exe (these three executables are from the NASM and MinGW installs). After you have your configuration set up, you’ve successfully installed the UntypedScript compiler and can head over to Get Started.