diff --git a/docs/index.rst b/docs/index.rst index 9fe4ff4..1f18595 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,9 +39,9 @@ Python script ``engine_shell.py`` can be provided with command line arguments or .. code:: $ cd FIRST-server/server/utilities - $ python engine_shell install first.engines.exact_match ExactMatchEngine - $ python engine_shell install first.engines.mnemonic_hash MnemonicHashEngine - $ python engine_shell install first.engines.basic_masking BasicMaskingEngine + $ python engine_shell.py install first.engines.exact_match ExactMatchEngine + $ python engine_shell.py install first.engines.mnemonic_hash MnemonicHashEngine + $ python engine_shell.py install first.engines.basic_masking BasicMaskingEngine Once an engine is installed you can start using your FIRST installation to add and/or query for annotations. Without engines FIRST will still be able to store annotations, but will never return any results for query operations.