Skip to content

Commit

Permalink
Merge pull request #2 from cityflow-project/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
only-changer committed Oct 29, 2019
2 parents d439fc6 + 07fdee1 commit 2a4e147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ The easiest way to use CityFlow is via docker.

.. code-block:: shell
docker pull cityflowproject/cityflow:v0.1
docker pull cityflowproject/cityflow:latest
This will create docker image ``cityflow:v0.1``.
This will create docker image ``cityflow:latest``.

.. code-block:: shell
docker run -it cityflowproject/cityflow:v0.1
docker run -it cityflowproject/cityflow:latest
Create and start a container, CityFlow is out-of-the-box along with miniconda with python3.6.

Expand Down Expand Up @@ -63,4 +63,4 @@ CityFlow has little dependencies, so building from source is not scary.
For Windows Users
------------------

For Windows users, it is recommended to run CityFlow under Windows Subsystem for Linux (WSL) or use docker.
For Windows users, it is recommended to run CityFlow under Windows Subsystem for Linux (WSL) or use docker.

0 comments on commit 2a4e147

Please sign in to comment.