Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Apr 4, 2022
1 parent 9badfa9 commit 15caf8b
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,22 @@
python-animeface is a Python wrapper of AnimeFace, a library to detect
anime character faces in images.

See also [the official website of AnimeFace](http://anime.udp.jp/imager-animeface.html)
(in Japanese language).
See also [the official website of AnimeFace] (in Japanese language).

[the official website of AnimeFace]: http://anime.udp.jp/imager-animeface.html

## Installation

### Installation with PIP via PyPI
## Installation

You can install this module with PIP.

```
pip install animeface
```


### Manual installation

First, install libnvxs (the original AnimeFace library). It is included in this repository.
In case a Python binary package (wheel) is not available for your environment,
you need to install libnvxs (the original AnimeFace library) before installing
python-animeface. The source code of libnvxs is included in this repository.

```
cd third_party/nvxs-1.0.2
Expand All @@ -33,12 +31,6 @@ make
sudo make install
```

Then install python-animeface.

```
python setup.py build
sudo python setup.py install
```

## Usage

Expand All @@ -54,7 +46,9 @@ sudo python setup.py install
295 90 182 182
```

See [`animeface/__init__.py`](animeface/__init__.py) for the API definitions.
See [`animeface/__init__.py`] for the API definitions.

[`animeface/__init__.py`]: https://github.com/nya3jp/python-animeface/blob/main/animeface/__init__.py


## License
Expand Down

0 comments on commit 15caf8b

Please sign in to comment.