diff --git a/documentation/source/users/rmg/running.rst b/documentation/source/users/rmg/running.rst index 7f4b0e3505..a0204f353a 100755 --- a/documentation/source/users/rmg/running.rst +++ b/documentation/source/users/rmg/running.rst @@ -53,7 +53,7 @@ Make sure that: source activate rmg_env - python -n $Processes $RMG_WS/RMG-Py/rmg.py input.py + python $RMG_WS/RMG-Py/rmg.py -n $Processes input.py source deactivate @@ -89,7 +89,7 @@ Make sure that: source activate rmg_env - python -n $Processes $RMG_WS/RMG-Py/rmg.py input.py + python $RMG_WS/RMG-Py/rmg.py -n $Processes input.py source deactivate