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 8, 2021
2 parents c9e92f9 + 0216373 commit e3c41df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Foronoi
Fortune's algorithm for Voronoi diagrams.
**F**ortune's algorithm for V**oronoi** diagrams.

[![Build Status](https://travis-ci.org/Yatoom/voronoi.svg?branch=master)](https://travis-ci.org/Yatoom/voronoi)
[![Documentation Status](https://readthedocs.org/projects/voronoi/badge/?version=latest)](https://voronoi.readthedocs.io/en/latest/?badge=latest)
Expand All @@ -22,8 +22,8 @@ pip install foronoi

First, clone the repository and then install the package.
```bash
git clone https://github.com/Yatoom/voronoi.git
cd voronoi
git clone https://github.com/Yatoom/foronoi.git
cd foronoi
python setup.py install
```
Note: you need to use `sudo python3 setup.py install` on most Linux distributions.
Expand Down

0 comments on commit e3c41df

Please sign in to comment.