Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ The problem is that the string has not been escaped correctly. In python, the ba
- Use the default script path:
- `g.load_script('NiceScript.py')`

This applies to all functions that require a file path i.e. `set_user_script_dir()`

### Can I run scripts from Mantid?

`genie_python` - the library which provides convenience functions such as `cset` and `cget` in order to run scripts can be installed from `pip`, and is [available on pypi](https://pypi.org/project/genie-python/).
Loading