Skip to content

Commit 7daebfc

Browse files
Addressing PR comments
1 parent e3332eb commit 7daebfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/InvestigationDatasetBuilderApplication.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ This application is a Streamlit-based tool for interactively building investigat
3636
Before running the application, ensure you have the following:
3737

3838
- Python 3.10 or later installed.
39-
- All required Python packages installed (see `requirements.txt`).
40-
- The file `investigation_dataset_ui_app/dataset_fields.json` present and correctly formatted.
39+
- **It is strongly recommended to use a Python virtual environment.**
40+
To create and activate a virtual environment, follow the steps in the [README](../README.md#2-set-up-a-virtual-environment-recommended).
41+
- All required Python packages installed. This can be done with `pip install -r requirements.txt` or `pip install -r ./requirements.txt`.
4142

4243
---
4344

0 commit comments

Comments
 (0)