Skip to content

Commit e611d39

Browse files
committed
Added prsdk to requirements and a note of how to currently install into README
1 parent e7ab366 commit e611d39

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

use_cases/eluc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ the percentage of land that was changed. In other words decision makers have to:
141141

142142
*Note: Before running anything make sure to set your python path environment variable with: `export PYTHONPATH=$PWD` while in the eluc directory.*
143143

144+
Additionaly, the Project Resilience SDK is required to use the MVP. Currently it is not hosted on PyPi so it must be installed manually. To do so, clone the [Project Resilience SDK](https://github.com/Project-Resilience/sdk) and run pip install . in its root directory.
145+
144146
### Predictions
145147

146148
Given **context** and **actions** -> predict **outcomes**

use_cases/eluc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ numpy==1.23.5
1919
pandas==1.5.3
2020
plotly==5.14.1
2121
protobuf==3.20.3
22+
-e git+https://github.com/Project-Resilience/sdk.git@368bcb03378d5456e98f5c839e264f8c117d5abb#egg=prsdk
2223
pylint==2.17.4
2324
regionmask==0.10.0
2425
scikit-learn==1.2.2

0 commit comments

Comments
 (0)