-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename Pypi package * Update README file
- Loading branch information
1 parent
09c6502
commit 95d006d
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,12 @@ Quorum is an open-source Python utility that ensures the integrity of smart cont | |
|
||
### Via `pip` | ||
|
||
#### Using pypi: | ||
```bash | ||
pip install certora-quorum | ||
``` | ||
|
||
#### Using git+https: | ||
```bash | ||
pip install git+ssh://[email protected]/Certora/Quorum.git | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "Quorum" | ||
name = "cerotra-quorum" | ||
description = "Quorum: A tool for managing proposals and reports" | ||
authors = [ | ||
{name = "Niv Vaknin", email = "[email protected]"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20250107.145117.111615 | ||
20250107.150807.176048 |