You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Python 3.7+
19
19
5. methodtools.
20
20
6. flask and jinja2 (for web-ui)
21
21
7. scikit-spatial
22
+
8. z3
22
23
23
24
### Conda commands:
24
25
@@ -28,6 +29,7 @@ Python 3.7+
28
29
4. conda install -c conda-forge matplotlib
29
30
5. conda install -c anaconda unittest2
30
31
6. conda install -c conda-forge scikit-spatial
32
+
7. conda install -c asmeurer z3 (optional for road generation)
31
33
32
34
## Configuration - create config.yaml
33
35
copy the contents of config-sample.yaml file and create a new file "config.yaml" in the root directory of the project. Now change these configurations:
0 commit comments