diff --git a/README.md b/README.md index 8cee0e09..f7d01db7 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,11 @@ To start the simulation server: * Activate the virtual environment that was set up during installation * Run the following command: - `openflexure-microscope-server --fallback -c ./ofm_config_simulation.json` +`openflexure-microscope-server --fallback -c ./ofm_config_simulation.json` * Open the address displayed in the terminal in any browser. * To close the simulation server, return to the terminal and press `ctrl + c`. - > Note: If you are using Windows, we advise running this command in PowerShell. If it doesn't work this, might be a permission issue on managed machines, in which case try executing the command in a CMD terminal. > Note: If you receive an error saying that port 5000 is already in use, you can specify a different port to run the simulation on using `--port`: diff --git a/simulation_guide.md b/simulation_guide.md index 8add6174..9558e793 100644 --- a/simulation_guide.md +++ b/simulation_guide.md @@ -5,11 +5,12 @@ This guide walks you through running the simulation server for the OpenFlexure M The simulation server GUI is a copy of the GUI you would find on the hardware with a simulated sample you can explore. Most functionality included in the hardware operates on the simulation server. This includes: * Camera stage mapping and 'click to move' -* Scanning and stitching +* Scanning and stitching* * Autofocus * Image capture * Stage navigation +**Please note: the final stitch at the end of a scan currently doesn't work on Windows.* ---