From b050de5689a620564b41788dd538ff5506ff7f96 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Fri, 19 Mar 2021 13:06:17 +0000 Subject: [PATCH] bump cityseer installation to alpha version --- docs/content/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/intro.md b/docs/content/intro.md index acfdebc6..15abe00a 100644 --- a/docs/content/intro.md +++ b/docs/content/intro.md @@ -9,7 +9,7 @@ The use of `python` facilitates interaction with popular tools for network, geos `cityseer` is a `python` package that can be installed with `pip`: ```bash -pip install cityseer +pip install cityseer==v1.0.0a3 ``` Code tests are run against `python 3.9`.