Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaxPanther committed Aug 1, 2022
2 parents 8735e57 + 1321486 commit 4fd5357
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Installation
## Windows
python -m pip install imdb-page-api
## Linux
pip install imdb-page-api

# How to use imdb-api ?
Let's start by importing the library and instantiating the IMDb class :

from imdb-api import IMDb
from imdb_api import IMDb

imdb = IMDb()

Expand Down

0 comments on commit 4fd5357

Please sign in to comment.