Skip to content

Commit a747086

Browse files
committed
fix documentation for moved scripts
1 parent b708aa6 commit a747086

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/scripts.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ User Scripts
44

55
In the ``./scripts`` directory of the repository you can find several
66
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::
7+
module, you have to make that available in your python path (for
8+
example by installing the package via ``setup.py``), or run the
9+
scripts from the repository root using::
910

10-
$ python3 -m scripts.SCRIPTNAME ARGS...
11+
$ scripts/SCRIPTNAME ARGS...
1112

1213

1314
Zemax Grid Distortion Data

0 commit comments

Comments
 (0)