Minimalistic readme
Support python 3+
You can either
- Run `python3.7 main.py" and enter the commands. For example as per spec.
5 5
1 2 N
LMLMLMLMM
-
Run from a file `python3.7 main.py /path/to/instructions.txt" this will output the final locations as per spec.
-
Run a docker image to run the commands
docker build .
docker -t mars_operation . && docker run -it mars_operation
You can run test locally or add this project to TravisCI simply run (recommended to create a new virtualenv from python3.7)
pip install -r requiremnts.txt && python -m pytest --cov= src/ --capture=sys --cov-report html
will provide html report