Niksa Praljak commited on
Commit
26a45a2
·
1 Parent(s): 5a736ca

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -27,7 +27,8 @@ doi: https://doi.org/10.1101/2024.11.11.622734
27
 
28
  ### Installation
29
 
30
- Create and activate a conda environment:
 
31
  ```bash
32
  conda create -p /env_path/BioM3_env python=3.10 # /env_path/ is the location that contains the conda env
33
  conda activate /env_path/BioM3_env
@@ -36,11 +37,6 @@ sh torch_requirements.sh # install torch software
36
  pip install -r requirements.txt # install remaining packages
37
  ```
38
 
39
- Install the required packages:
40
- ```bash
41
- conda install pytorch pytorch-lightning pandas pyyaml -c pytorch -c conda-forge
42
- ```
43
-
44
  ## Stage 1: PenCL Inference
45
 
46
  ### Overview
 
27
 
28
  ### Installation
29
 
30
+ Create and activate a conda environment and install the required packages:
31
+
32
  ```bash
33
  conda create -p /env_path/BioM3_env python=3.10 # /env_path/ is the location that contains the conda env
34
  conda activate /env_path/BioM3_env
 
37
  pip install -r requirements.txt # install remaining packages
38
  ```
39
 
 
 
 
 
 
40
  ## Stage 1: PenCL Inference
41
 
42
  ### Overview