Skip to content

Commit 4551ad2

Browse files
authored
Update README.md
1 parent 6147ecf commit 4551ad2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ https://www.youtube.com/watch?v=6ssTlSSIJQE
2121

2222
First install dependencies:
2323
```
24-
sudo apt-get install sagemath python3-ecdsa
24+
sudo apt install python3-fpylll python3-ecdsa
2525
```
26+
Or:
27+
```
28+
pip install fpylll ecdsa
29+
```
30+
31+
2632

2733
Then run:
2834
```

0 commit comments

Comments
 (0)