Skip to content

Commit 1136134

Browse files
authored
[ISSUE-111] 🔀 Merge doc and requirements fixes into main #119 (#124)
* [ISSUE-111] 📝 updated doc * [ISSUE-111] 🔧 updated dependency version
1 parent 397e743 commit 1136134

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Currently, the supported blockchains are:
1414
- Litecoin
1515
- Tezos
1616
- Zcash
17+
1718
We 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

2526
The [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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest>=6.2.5
33
coverage==7.1.0
44
flake8==6.0.0
55
google-cloud-bigquery~=3.7.0
6-
PyYAML~=5.4
6+
PyYAML>=5.4
77
matplotlib>=3.4.3
88
seaborn>=0.11.2
99
colorcet>=3.0.1

0 commit comments

Comments
 (0)