Skip to content

Commit efa3407

Browse files
committed
Add requirements.txt file
1 parent 7e45d8a commit efa3407

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ conda create --name covr
6060
conda activate covr
6161
```
6262

63-
Install the following packages inside the conda environment:
63+
To install the necessary packages, you can use the provided requirements.txt file:
64+
```bash
65+
python -m pip install -r requirements.txt
66+
```
67+
68+
Alternatively, you can manually install the following packages inside the conda environment:
6469

6570
```bash
6671
python -m pip install pytorch_lightning --upgrade

requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pytorch_lightning
2+
hydra-core
3+
lightning
4+
einops
5+
pandas
6+
opencv-python
7+
timm
8+
fairscale
9+
tabulate
10+
transformers

0 commit comments

Comments
 (0)