Skip to content

Commit

Permalink
released to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonicNinja committed Nov 13, 2017
1 parent a2e4fc9 commit 1abacb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,10 @@ Python scrapper for OLX

### Installation

```
pip install pyolx
```

```
pip install -r requirements.txt
```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup

setup(
name='pyolx',
Expand All @@ -10,4 +10,4 @@
author_email='mail@limebrains.com',
url='https://github.com/limebrains/pyolx',
packages=['olx'],
)
)

0 comments on commit 1abacb3

Please sign in to comment.