diff --git a/README.md b/README.md index 4dd4329..eebc110 100755 --- a/README.md +++ b/README.md @@ -29,12 +29,18 @@ _Top row (right) presents linestring simplification on a computed Topology and ( ## Installation -Installation can be done by: +Installation can be done through PyPI by the following command: ``` python3 -m pip install topojson ``` +And through conda using the following command: + +``` +conda install -c conda-forge topojson +``` + This package `topojson` has the following hard dependencies: - `numpy` @@ -57,4 +63,4 @@ For now, just use the Github issues. That can be: - feature suggestions - or anything related -Finally, see the Python [Topojson Documentation Site](https://mattijn.github.io/topojson) for more info. +Finally, see the Python [Topojson Documentation Site](https://mattijn.github.io/topojson) for all info how to use this package. diff --git a/docs/installation.md b/docs/installation.md index 668644a..13f42ea 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,6 +12,12 @@ Topojson can be installed through PyPI by the following command: python3 -m pip install topojson ``` +And through conda using the following command: + +``` +conda install -c conda-forge topojson +``` + The library is installed succesfully if the following code. ```python