Skip to content

Commit d4aa7f1

Browse files
Kevin D SmithKevin D Smith
authored andcommitted
Set correct file extensions for downloads
1 parent d0918aa commit d4aa7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SWAT can be installed from `<https://github.com/sassoftware/python-swat/releases
7070
Simply locate the file for your platform and install it using ``pip`` as
7171
follows::
7272

73-
pip install https://github.com/sassoftware/python-swat/releases/download/vX.X.X/python-swat-X.X.X-platform.tgz
73+
pip install https://github.com/sassoftware/python-swat/releases/download/vX.X.X/python-swat-X.X.X-platform.tar.gz
7474

7575
Where ``X.X.X`` is the release you want to install, and ``platform`` is the
7676
platform you are installing on. You can also use the source code distribution

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SWAT can be installed from `<https://github.com/sassoftware/python-swat/releases
5959
Simply locate the file for your platform and install it using ``pip`` as
6060
follows::
6161

62-
pip install https://github.com/sassoftware/python-swat/releases/download/vX.X.X/python-swat-X.X.X-platform.tgz
62+
pip install https://github.com/sassoftware/python-swat/releases/download/vX.X.X/python-swat-X.X.X-platform.tar.gz
6363

6464
Where ``X.X.X`` is the release you want to install, and ``platform`` is the
6565
platform you are installing on. You can also use the source code distribution

0 commit comments

Comments
 (0)