Skip to content

Commit 71f6705

Browse files
committed
fixed Readme
1 parent 1b449d3 commit 71f6705

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,13 @@ The AI results shown above can also be found [here](samples/NSCLC_Radiomics_lung
6767

6868
1. Clone this repository.
6969

70-
2. Create a virtual environment (i.e., with pip, conda) with Python 3.10 or 3.8 (versions which are tested and supported) and install all the required packages. Please stick to the exact python packages versions to ensure reproducibility of this code. The algorithm was developed on Ubuntu 20.04.6 LTS, using Python 3.10.13. GPU used was NVIDIA RTX A6000, 49GB.
70+
2. Create a virtual environment (i.e., with pip, conda) with Python 3.10 or 3.8 (versions which are tested and supported).
71+
72+
3. Install all the dependencies and main pip package
73+
``` cd ROCardS & pip install .```
7174

7275
Recommended and supported Python versions are **3.8** and **3.10**.
76+
Please follow to the installation instructions to ensure reproducibility of this code. The algorithm was developed on Ubuntu 20.04.6 LTS, using Python 3.10.13. GPU used was NVIDIA RTX A6000, 49GB.
7377

7478
### Windows instructions
7579

@@ -90,7 +94,7 @@ ROCardS\Scripts\activate
9094
9195
#4. Install ROCardS package
9296
git clone https://github.com/AIM-Harvard/ROCardS
93-
cd ROCardS/
97+
cd ROCardS
9498
pip install .
9599
```
96100

0 commit comments

Comments
 (0)