Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Yatoom/voronoi
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatoom committed Apr 7, 2021
2 parents 95b8df0 + ed2be91 commit 2a08cbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install foronoi
First, clone the repository and then install the package.
```bash
git clone https://github.com/Yatoom/voronoi.git
cd foronoi
cd voronoi
python setup.py install
```
Note: you need to use `sudo python3 setup.py install` on most Linux distributions.
Expand Down Expand Up @@ -106,7 +106,7 @@ Output:
(6, 3) 9.423363095238095
```

More examples can be found in the `voronoi/examples` folder.
More examples can be found in the `examples/` folder.

### Get coordinates of the cell borders for a point
```python
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ First, clone the repository and then install the package.

.. code-block:: bash
git clone https://github.com/Yatoom/foronoi.git
cd foronoi
git clone https://github.com/Yatoom/voronoi.git
cd voronoi
python setup.py install

0 comments on commit 2a08cbf

Please sign in to comment.