File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Currently, the supported blockchains are:
1414- Litecoin
1515- Tezos
1616- Zcash
17+
1718We intend to add more ledgers to this list in the future.
1819
1920## Installation
@@ -23,9 +24,9 @@ To install the tool, simply clone this project:
2324 git clone https://github.com/Blockchain-Technology-Lab/consensus-decentralization.git
2425
2526The [ requirements file] ( requirements.txt ) lists the dependencies of the project.
26- Make sure you have all of them installed before running the scripts. To install
27- all of them in one go, run the following command from the root directory of the
28- project:
27+ Make sure you have all of them installed (preferably within a [ ` virtualenv ` ] ( https://docs.python.org/3/library/venv.html ) )
28+ before running the scripts. To install all of them in one go,
29+ run the following command from the root directory of the project:
2930
3031 python -m pip install -r requirements.txt
3132
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pytest>=6.2.5
33coverage == 7.1.0
44flake8 == 6.0.0
55google-cloud-bigquery ~= 3.7.0
6- PyYAML ~ =5.4
6+ PyYAML > =5.4
77matplotlib >= 3.4.3
88seaborn >= 0.11.2
99colorcet >= 3.0.1
You can’t perform that action at this time.
0 commit comments