Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon committed Feb 16, 2024
2 parents 885d461 + 2e7b0cc commit 4617217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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 <path>\Sports2D\Demo`. \
Type `ipython`, and test the following code:
Expand Down

0 comments on commit 4617217

Please sign in to comment.