Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -86,11 +86,11 @@ Follow these steps to perform a full drug discovery cycle:
|
|
86 |
|
87 |
To run this application locally, you will need the following:
|
88 |
|
89 |
-
* **System-level packages** as defined in `
|
90 |
* `default-jre` / `openjdk-17-jdk` (Java is required for PaDEL-Descriptor)
|
91 |
* `wget` and `unzip`
|
92 |
|
93 |
-
* **Python packages** as defined in `
|
94 |
* `gradio`
|
95 |
* `pandas`, `numpy`, `scipy`
|
96 |
* `matplotlib`, `seaborn`
|
|
|
86 |
|
87 |
To run this application locally, you will need the following:
|
88 |
|
89 |
+
* **System-level packages** as defined in `packages.txt`:
|
90 |
* `default-jre` / `openjdk-17-jdk` (Java is required for PaDEL-Descriptor)
|
91 |
* `wget` and `unzip`
|
92 |
|
93 |
+
* **Python packages** as defined in `requirements.txt`:
|
94 |
* `gradio`
|
95 |
* `pandas`, `numpy`, `scipy`
|
96 |
* `matplotlib`, `seaborn`
|