File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# * S* quare * L* attice Tile * A* ssembly * M* odel (SLAM)
2
2
3
- Note this is currently dependent on
3
+ Note this is dependent on
4
+ > matplotlib
4
5
5
6
6
7
## Install
7
8
8
- Not 100% sure yet, but download the release, extract, and then install
9
+ This should work
9
10
``` bash
10
11
cd /path/to/download
11
- tar xvzf SLAM-0.2.0.tar.gz
12
+ tar xvzf SLAM-0.2.0.tar.gz (or otherwise extract it)
12
13
cd /SLAM-0.2.0
13
14
python setup.py install --user
14
15
```
15
- ignore the compile warnings for now
16
+ ignore the compiler warnings
16
17
17
18
---
18
19
@@ -40,8 +41,10 @@ Some nice examples to try
40
41
41
42
Can also pass additional arguments to GrowPoly
42
43
43
- * write_it = False/True -> writes the animated gif to the local directory
44
- * fps_par = float -> the number of steps per second in the written gif
44
+ * tile_labels = False/True -> labels the tile edges
45
+ * write_it = String-> writes the animated gif of this name to the local directory
46
+ * fps_par = float -> the number of frames per second in the written gif
47
+
45
48
46
49
---
47
50
You can’t perform that action at this time.
0 commit comments