File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ OPTIONS:
380380## Python scripts
381381
382382Use an updated version of `python3` and either create a venv or just install the dependencies from the
383- `requirements.txt` file inside the `/scripts/python` folder.
383+ `requirements.txt` file inside the `/catalyst-toolbox/ scripts/python` folder.
384384
385385#### Calculate proposers rewards
386386
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ There are 2 (two) main input files needed for calculating the community advisors
75751 . Proposers reward result output file (approved proposals): We need this to check which of the proposals were approved.
7676Notice that the proposers rewards script output is per challenge. So in order to use it we need to aggregate all the csv
7777into a single file (same headers, order is irrelevant). For this we can use the
78- [ ` csv_merger.py ` ] ( https://github.com/input-output-hk/catalyst-toolbox/blob/main/scripts/python/csv_merger.py ) script,
78+ [ ` csv_merger.py ` ] ( https://github.com/input-output-hk/catalyst-toolbox/blob/main/catalyst-toolbox/ scripts/python/csv_merger.py ) script,
7979or any other handier tool.
80802.Assessments csv (assessments): This is a file that comes from the community. It holds the information with the reviews performed
8181by the CAs.
@@ -104,4 +104,4 @@ For that we just need to know the amount of rewards done by each veteran:
104104
105105### Output
106106
107- A csv with pairs of anonymize veteran CA ids and the amount of the reward, ` veteran_id -> total_rewards ` .
107+ A csv with pairs of anonymize veteran CA ids and the amount of the reward, ` veteran_id -> total_rewards ` .
You can’t perform that action at this time.
0 commit comments