The source project of this merge request has been removed.
Improve Docker and dev setup parts of README
- Docker will pull the image when running a container from an image that is not downloaded locally already: no need to pull first
- Add the --rm flag so the exited container is destroyed after use
- Capitalize Docker
- Add the setup.py step for dev so cryptalyze console script works
- Remove extraneous whitespaces