Skip to content

Commit

Permalink
update docs (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn authored Sep 20, 2021
1 parent d27fd82 commit 3799f19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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.
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3799f19

Please sign in to comment.