Installation Guide¶
Using PIP¶
$ pip install python-freeDictionaryAPITo install package with extra requirements for one of the client:
for synchronous client that uses
httpx:$ pip install python-freeDictionaryAPI[sync-client]
for asynchronous client that uses
aiohttp:$ pip install python-freeDictionaryAPI[async-client]
Using Pipenv¶
$ pipenv install python-freeDictionaryAPI $ pipenv install python-freeDictionaryAPI[sync-client] $ pipenv install python-freeDictionaryAPI[async-client]
Note
To import package use freedictionaryapi.