Skip to content

Commit 7ef303e

Browse files
committed
update readme
1 parent 249091b commit 7ef303e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ The tool processes somatic variants and copy number alterations (CNAs) to provid
2121

2222
### Installation
2323
Clone the repository.
24-
Install the required Python packages:
25-
>pip install -r requirements.txt
2624

2725
Set up the virtual environment and activate it:
2826
> python -m venv venv
29-
source venv/bin/activate
27+
> source venv/bin/activate
28+
29+
Install the required Python packages:
30+
> pip install -r requirements.txt
3031
3132
Configure the paths and API tokens in the scripts as needed.
3233

0 commit comments

Comments
 (0)