Updated readme
This commit is contained in:
parent
bc09c3d58d
commit
47dd8f9bbf
@ -24,8 +24,10 @@ pip install ergast-py
|
||||
|
||||
Once ergast-py is installed on your system you can then begin using the library in querying the ergast API. To begin, initialise an instance of the ``Ergast()`` class.
|
||||
|
||||
Note: Whilst the package is called ``ergast-py``, you need to import ``ergast_py``
|
||||
|
||||
```python
|
||||
from ergast-py import Ergast
|
||||
from ergast_py import ergast.Ergast
|
||||
|
||||
e = Ergast()
|
||||
```
|
||||
|
@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "ergast-py"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
description = "A comprehensive Python wrapper for the Ergast API. Available at: https://github.com/Samuel-Roach/ergast-py"
|
||||
authors = ["Samuel Roach <samuelroach.2000@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
|
Reference in New Issue
Block a user