Skip to content
Snippets Groups Projects
Commit 7f6cb230 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Additional installation instruction

parent 7b1c2aff
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,10 @@ model_server implement image analysis jobs for online use (e.g. in feedback micr
5. Open the newly created project root: `cd model_server`
6. Create the environment: `mamba env create --file requirements.yml --name model_server_env`
7. Activate the environment: `mamba activate model_server_env`
8.
8. Add the project source as a Python package: `pip install -e .`
# Start the server
Simply click "start_server command" in the model_server directory
# Examples
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment