mkdir output; deno run --allow-write https://raw.githubusercontent.com/UserJHansen/Virus-Modelling-in-Deno/master/index.js; pip install matplotlib numpy; curl https://raw.githubusercontent.com/UserJHansen/Virus-Modelling-in-Deno/master/jsoninterpretter/index.py -o jsoninterpretter.py; python jsoninterpretter.py
deno compile --unstable --allow-all --lite --output VirusSimulation --target x86_64-pc-windows-msvc index.js
deno compile --unstable --allow-all --lite --output VirusSimulation --target x86_64-apple-darwin index.js
deno compile --unstable --allow-all --lite --output VirusSimulation --target aarch64-apple-darwin index.js
deno compile --unstable --allow-all --lite --output VirusSimulation --target x86_64-unknown-linux-gnu index.js
deno bundle index.js > NodeJs.js
pip3 install matplotlib numpy; python3 jsoninterpretter/index.py