Skip to content

Commit

Permalink
updated conda install command with channel
Browse files Browse the repository at this point in the history
  • Loading branch information
clechot committed May 11, 2020
1 parent 2931b4d commit de181cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de181cd

Please sign in to comment.