Skip to content

Commit 2314478

Browse files
committed
Update setup.py doc string
1 parent f81b208 commit 2314478

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Pillow==9.2.0
1111
scikit_learn==1.1.2
1212
setuptools==61.2.0
1313
spacy==3.4.1
14+
tensorboard==2.9.0
15+
tensorboardX==2.5.1
1416
torch==1.12.1
1517
torchinfo==1.7.0
1618
torchmetrics==0.9.3

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
"""
22
Script used to pip install src as a standalone package.
33
Necessary for package imports between sibling directories.
4+
5+
Run "pip install -e ." in the root directory (i.e. region-guided-chest-x-ray-report-generation)
6+
to install src.
47
"""
58

69
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)