We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b708aa6 commit a747086Copy full SHA for a747086
docs/source/scripts.rst
@@ -4,10 +4,11 @@ User Scripts
4
5
In the ``./scripts`` directory of the repository you can find several
6
scripts for various tasks. Since they are using the ``mascado``
7
-module, you have to make that available in your python path, or run
8
-the scripts from the repository root using::
+module, you have to make that available in your python path (for
+example by installing the package via ``setup.py``), or run the
9
+scripts from the repository root using::
10
- $ python3 -m scripts.SCRIPTNAME ARGS...
11
+ $ scripts/SCRIPTNAME ARGS...
12
13
14
Zemax Grid Distortion Data
0 commit comments