diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 51259d7..4742d83 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Build on Win-MacOS-Ubuntu with Python 3.8-3.12 +name: Build on Win-MacOS-Ubuntu with Python 3.8-3.121 on: push: @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11"] include: - os: ubuntu-latest path: ~/.cache/pip diff --git a/README.md b/README.md index d4cc021..072f1f7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ If you need research-grade markerless joint kinematics, consider using several c - OPTION 1: **Quick install** \ - Open a terminal. Type `python -V` to make sure python '>=3.7 <=3.10' is installed, and then: + Open a terminal. Type `python -V` to make sure python '>=3.7 <=3.11' is installed, and then: ``` cmd pip install sports2d ``` @@ -92,6 +92,7 @@ If you need research-grade markerless joint kinematics, consider using several c ### Demonstration: Detect pose and compute 2D angles +If you did the conda install, type `conda activate Sports2D` in the Anaconda prompt. Otherwise, skip to the next line.\ Open a terminal, enter `pip show sports2d`, check sports2d package location. \ Copy this path and go to the Demo folder by typing `cd \Sports2D\Demo`. \ Type `ipython`, and test the following code: