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

User path variables in prompt instructions

parent 8b3226de
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ model_server implement image analysis jobs for online use (e.g. in feedback micr
1. Install Git:<br>https://git-scm.com/download/win
2. Install Miniforge for environment management:<br>https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Windows-x86_64.exe
3. Under the Start menu, open Miniforge3 > Miniforge Prompt
4. This should open a terminal in the User home directory, e.g. `C:\\Users\\zeiss`. From here, run:<br>
4. In the new terminal, run:<br>
`cd %userprofile%`<br>
`git clone https://almf-staff:KJmFvyPRbpzoVZDqfMzV@git.embl.de/rhodes/model_server.git`
5. Open the newly created project root: `cd model_server`
6. Create the environment: `mamba create -n model_server_env --override-channels -c pytorch -c ilastik-forge -c conda-forge ilastik`
......
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