Browse Source

Update 'README.md'

Katja Strašek 2 years ago
parent
commit
a2573b00b2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -4,7 +4,7 @@ After cloning, virtual environment with python3 needs to be created - in this fi
 
 Create virtual environment with python3 and requirements file:
 
-#Labkey venv
+**Labkey venv**
 
 ```bash
 virtualenv ~/venv/labkey -p python3
@@ -12,7 +12,7 @@ source ~/venv/labkey/bin/activate
 pip install -r requirements.txt
 ```
 
-#nnUNet venv
+**nnUNet venv**
 ```bash
 virtualenv ~/venv/nnUNet -p python3
 source ~/venv/nnUNet/activate
@@ -21,5 +21,5 @@ pip3 install torch torchvision torchaudio --extra-index-url https://download.pyt
 pip install nnunet
 ```
 
-#Socket venv
+**Socket venv**
 More detailed instructions for virtual environment socket can be found [here](https://git0.fmf.uni-lj.si/studen/websocket)