зеркало из https://github.com/Azure/simdem.git
576 B
576 B
Assuming you have Docker installed…
docker run -it rgardler/simdem
If you don’t have Docker then:
git clone git@github.com:rgardler/simdem.git
cd simdem
./scripts/install.sh
simdem
Should tell you everything you need to get started, including show you how to build a hello world script.
If you prefer to read via markdown see https://github.com/rgardler/simdem/tree/master/demo_scripts/simdem
For the hello world tutorial see https://github.com/rgardler/simdem/tree/master/demo_scripts/simdem/tutorial
Feedback / bug reports / pull requests welcome