File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ The easiest way to use CityFlow is via docker.
1010
1111.. code-block :: shell
1212
13- docker pull cityflowproject/cityflow:v0.1
13+ docker pull cityflowproject/cityflow:latest
1414
15- This will create docker image ``cityflow:v0.1 ``.
15+ This will create docker image ``cityflow:latest ``.
1616
1717.. code-block :: shell
1818
19- docker run -it cityflowproject/cityflow:v0.1
19+ docker run -it cityflowproject/cityflow:latest
2020
2121 Create and start a container, CityFlow is out-of-the-box along with miniconda with python3.6.
2222
@@ -63,4 +63,4 @@ CityFlow has little dependencies, so building from source is not scary.
6363 For Windows Users
6464------------------
6565
66- For Windows users, it is recommended to run CityFlow under Windows Subsystem for Linux (WSL) or use docker.
66+ For Windows users, it is recommended to run CityFlow under Windows Subsystem for Linux (WSL) or use docker.
You can’t perform that action at this time.
0 commit comments