Skip to content

Commit 2a4e147

Browse files
authored
Merge pull request #2 from cityflow-project/master
merge
2 parents d439fc6 + 07fdee1 commit 2a4e147

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)