We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba38f9 commit 84b27a7Copy full SHA for 84b27a7
1 file changed
README.md
@@ -34,7 +34,17 @@ On Windows platforms the package provides the Python wrapper
34
to the scripting COM interface. However, trying to instantiate this wrapper
35
will fail, if the scripting COM classes are not installed locally.
36
37
-### Installation from wheels file (using pip)
+### 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)
48
49
This assumes you have downloaded the wheels file <downloaded-wheels-file>.whl
50
0 commit comments