Skip to content

Commit

Permalink
Cleanup README & add Markdown support.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmoose committed May 27, 2018
1 parent 176bd04 commit 4469c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ It should work on Windows/Linx/Mac, and also supports os-specific permissions.

To install the library, run:
```
pip install chromedriver-install
```


Then call it in your code like so:
```python

import chromedriver_install as cdi
path = cdi.install(file_directory='./lib/', verbose=True, chmod=True, overwrite=False, version=None)
print('Installed chromedriver to path: %s' % path)

```

There are options for the output directory, disabling printout, running chmod on the downloaded executable,
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def readme(file='', split=False):
version='0.3',
description='Package for installing the latest chromedriver automatically.',
long_description=readme('README.md'),
long_description_content_type='text/markdown',
url='http://github.com/shadowmoose/chrome_driver',
author='ShadowMoose',
author_email='shadowmoose@github.com',
Expand Down

0 comments on commit 4469c23

Please sign in to comment.