diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index 5ae1cf77..d1fe0bf8 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -39,12 +39,6 @@ jobs: - name: Pre-build dependencies run: python -m pip install --upgrade pip - # TODO: remove after release - - name: Build dependencies - run: | - python -m pip install -U pip setuptools - pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvleopard-2.0.3-py3-none-any.whl - - name: Install dependencies run: pip install -r requirements.txt @@ -61,10 +55,6 @@ jobs: steps: - uses: actions/checkout@v3 - # TODO: remove after release - - name: Build dependencies - run: pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvleopard-2.0.3-py3-none-any.whl - - name: Install dependencies run: pip3 install -r requirements.txt diff --git a/demo/python/README.md b/demo/python/README.md index 6fd64b04..68285434 100644 --- a/demo/python/README.md +++ b/demo/python/README.md @@ -39,7 +39,7 @@ Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get you Run the following in the terminal: ```console -leopard_demo_file --access_key ${ACCESS_KEY} --audio_paths ${AUDIO_FILE_PATH} +leopard_demo_file --access_key ${ACCESS_KEY} --wav_paths ${AUDIO_FILE_PATH} ``` Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${AUDIO_FILE_PATH}` with a path to an audio file you