Skip to content

Commit 399f288

Browse files
committed
readme changes
1 parent ee33d20 commit 399f288

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run --volume <path-to-config>:/demos/config.toml:ro --volume <path-to-dat
2020
```
2121

2222
#### IMPORTANT for MacOS and Windows users
23-
Docker imposes a global limit on how much RAM containers can allocate. DEMOS easily surpases those limits, so in order to run DEMOS in Docker, users need to access the Docker Desktop GUI and `Preferences → Resources → Memory → Increase it (at least 16-20gb)`
23+
> Docker imposes a global limit on how much RAM containers can allocate. DEMOS easily surpases those limits, so in order to run DEMOS in Docker, users need to access the Docker Desktop GUI and `Preferences → Resources → Memory → Increase it (at least 16-20gb)`
2424
2525
#### Building the docker image (development only)
2626
```bash
@@ -73,8 +73,4 @@ file_type = "h5"
7373
table_name = "households"
7474
filepath = "../data/custom_mpo_06197001_model_data.h5"
7575
h5_key = "households"
76-
```
77-
78-
### ii. project structure
79-
80-
>**TODO:** The previous description from Urbansim it outdated. Add description of DEMOS, aligning with the code (paper).
76+
```

0 commit comments

Comments
 (0)