Initial commit.
[flatland.git] / README.md
1 # Installation and test #
2
3 ```
4 make -j -k
5 ./built.py
6 ./flatland-test.py --nb_sequences 5 --nb_shapes 6 --nb_images_per_sequence 20
7 ```