Katja Strašek пре 2 година
родитељ
комит
a2573b00b2
1 измењених фајлова са 3 додато и 3 уклоњено
  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)