Skip to content

Commit

Permalink
updated requirements on ReadMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
baaziznasser authored Aug 15, 2022
1 parent c7cd778 commit 0312df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
the NBSapi is a python library that can help you to convert your text to speech, where you can hear it directly or save it to an audio file.\
it currently working only on windows with sapi5
## requirements
to use the NBSapi you just need to install the pywin32 library by using\
pip install pywin32
to use the NBSapi you just need to install the comtypes library by using\
pip install comtypes
## usage
to use the library you need to import it\
from NBSapi import NBSapi\
Expand Down

0 comments on commit 0312df3

Please sign in to comment.