Go to file
Can202 22e9ef144a else if 2021-09-29 17:46:56 -03:00
examples else if 2021-09-29 17:46:56 -03:00
win64 fix 2021-09-29 11:58:38 -03:00
.gitignore ignore 2021-09-29 10:57:49 -03:00
README.md windows readme 2021-09-29 11:52:37 -03:00
hyst-compiler.py else if 2021-09-29 17:46:56 -03:00
install-linux.sh installer 2021-09-29 11:27:20 -03:00

README.md

Hyst

Introduction

Install

Linux

First you will need:

  • python3
  • pip3
  • curl

Execute as root:

curl -L https://raw.githubusercontent.com/Can202/hyst-compiler/master/install-linux.sh | sudo bash

Windows

First you will need:

  • python
  • curl (automatic installed from Windows 10) Execute in the CMD:
curl -L https://raw.githubusercontent.com/Can202/hyst-compiler/master/win64/installer.py | python

Now you have to add C:\hyst\ to PATH