Skip to content

Commit

Permalink
added pip installation info to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
akademi4eg committed Feb 11, 2019
1 parent 346fc9a commit 407b95c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,24 @@ sudo apt-get install check
```

## Installation
### PIP

``` bash
pip install lyon
```

### Manual
Build a library:
Build a library and copy to installation location:

``` bash
make lib
make -C c_src lib
cp c_src/liblyon.so lyon/
```

This would result in `liblyon.so` shared library. Verify that library is properly built by running a test suite:
you can verify that library is properly built by running a test suite:

``` bash
make test
make -C c_src test
```

## Usage
Expand Down

0 comments on commit 407b95c

Please sign in to comment.