@@ -4,22 +4,22 @@ The `shapelets` python package is available on Windows, macOS, and most Linux di
44
55## Windows
66
7- 1 . Download Python 3.10 from the [ official website] ( https://www.python.org/ ) or from the Microsoft Store
7+ 1 . Download Python 3.11 from the [ official website] ( https://www.python.org/ ) or from the Microsoft Store
882 . Open Command Prompt, and install the shapelets library via: ` pip install shapelets `
9- 3 . Optionally, after successful installation, you can verify the integrity of the shapelets library via: ` shapelets-test `
9+ 3 . Optionally, after successful installation, you can verify your shapelets install via: ` shapelets-test `
1010
1111## macOS
1212
1313Please ensure your macOS is at least macOS 12 Monterey (released 2021).
1414
15151 . Install [ Homebrew] ( https://brew.sh/ ) by copy and pasting the link on their [ homepage] ( https://brew.sh/ ) into your terminal
16- 2 . Install Python 3.10 and pip via: ` brew install python@3.10 ` (automatically installs pip)
17- 3 . Install the shapelets library via ` pip3.10 install shapelets `
18- 4 . Optionally, after successful installation, you can verify the integrity of the shapelets library via: ` shapelets-test `
16+ 2 . Install Python 3.11 and pip via: ` brew install python@3.11 ` (automatically installs pip)
17+ 3 . Install the shapelets library via ` pip3.11 install shapelets `
18+ 4 . Optionally, after successful installation, you can verify your shapelets install via: ` shapelets-test `
1919
2020## Linux
2121
22221 . For debian based distributions (i.e. Ubuntu), update your system via: ` sudo apt-get update `
23- 2 . Install Python 3.10 and pip via: ` sudo apt-get install python3.10 python3-pip `
23+ 2 . Install Python 3.11 and pip via: ` sudo apt-get install python3.11 python3-pip `
24243 . Install the shapelets library via: ` pip install shapelets `
25- 4 . Optionally, after successful installation, you can verify the integrity of the shapelets library via: ` shapelets-test `
25+ 4 . Optionally, after successful installation, you can verify your shapelets install via: ` shapelets-test `
0 commit comments