Closed kaplas closed 4 years ago
Thanks for this. I am a novice on github (as well as python). I added another Python file, stlplace.py, and was about to delete stldim.py when I notice your pull request. Looks good. Now I am not sure how to proceed.
Darn. I expected my repository to be changed when I clicked on Commit.
Darn. I expected my repository to be changed when I clicked on Merge pull request.
Hi! First of all thank you for your work on this script, it has helped me a lot!
I wanted to run this script inside a Docker container, because I don't want to install a million different development environments on my host machine. I figured out this could be of some use to others stumbling upon your repository as well.
If you may, this PR will do the following things:
Dockerfile
for installing all the required dependencies in a Docker containerrun-in-docker.sh
script for running the whole thing easily. The script may look a bit complex, because one needs to get the input file inside of the container before it's run.README.md
README.md
a bit by adding subheaders and some formattingHope you like this! If there's anything that needs to changed for this to be merged, please just let me know.
Have a nice summer, and once again, thank you for you work :)