Skip to content

Version 2.2.1 — Build Fix

Compare
Choose a tag to compare
@iluvcapra iluvcapra released this 30 May 23:05
· 197 commits to master since this release
453606d

Have removed requirements.txt from docs/. It was causing dependabot to issue warnings and it was no longer needed.

In order to install the dependencies for building docs, use the optional dependencies syntax with pip:

python3 -m pip install wavinfo[doc]

or

python3 -m pip install -e .[doc]