Skip to content

Commit 84b27a7

Browse files
committed
Mention installation from PyPI
1 parent 6ba38f9 commit 84b27a7

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@ On Windows platforms the package provides the Python wrapper
3434
to the scripting COM interface. However, trying to instantiate this wrapper
3535
will fail, if the scripting COM classes are not installed locally.
3636

37-
### Installation from wheels file (using pip)
37+
### Installation from PyPI (using pip)
38+
39+
This assumes you have connection to the internet.
40+
41+
Execute from the command line (assuming you have your python interpreter in the path, this might require superuser or
42+
administrator privileges):
43+
44+
python3 -m pip install --upgrade pip
45+
python3 -m pip install temscript
46+
47+
### Offline-Installation from wheels file (using pip)
3848

3949
This assumes you have downloaded the wheels file <downloaded-wheels-file>.whl
4050

0 commit comments

Comments
 (0)