From de181cdbc37ec986f9ecb64c5a4412f63c405c62 Mon Sep 17 00:00:00 2001 From: Camille Lechot Date: Mon, 11 May 2020 10:21:21 +0200 Subject: [PATCH] updated conda install command with channel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c578b423..c1171d65 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ PyPRT is a Python binding for PRT (CityEngine Procedural Runtime). It enables th ## Installation -For Python 3.6 (64bit), run `pip install pyprt` in your (virtual) Python environment or `conda install pyprt` in a Conda environment. Then use `import pyprt` in your scripts. For other Python versions, please [build](#development) PyPRT yourself at the moment. +For Python 3.6 (64bit), run `pip install pyprt` in your (virtual) Python environment or `conda install -c esri-rd-zurich pyprt` in a Conda environment. Then use `import pyprt` in your scripts. For other Python versions, please [build](#development) PyPRT yourself at the moment. ## Minimal Usage ```python