statelyai / xstate-python

XState for Python
MIT License
179 stars 18 forks source link

Add step to setting up environment #31

Closed NixBiks closed 3 years ago

NixBiks commented 3 years ago

The test files are downloaded using git submodules. This is not explained in README.md. This PR adds that step.

NixBiks commented 3 years ago

We could also add devcontainer.json and Dockerfile so you can easily start a development setup inside a docker container using VSCodes Remote Container.

Let me know what you think - I can quickly set that up

NixBiks commented 3 years ago

Ready to squash merge - let me know if you'd like a PR for VSCode Remote Container as well (as an option for developers to quickly get set up)

davidkpiano commented 3 years ago

Ready to squash merge - let me know if you'd like a PR for VSCode Remote Container as well (as an option for developers to quickly get set up)

I think that's a great idea 👍