This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install in-toto directly instead of installing in an editable way and a dev version Signed-off-by: SolidifiedRay <[email protected]>
- Loading branch information
1 parent
2247126
commit 07e5a97
Showing
2 changed files
with
2 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask | ||
Flask-PyMongo | ||
Flask-WTF | ||
-e git://github.com/in-toto/[email protected]#egg=in-totov0.2.3.dev5 | ||
in-toto |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ <h1>Create in-toto layout | |
<p>You will be asked to run a couple of in-toto commands while walking through this website, so make sure to have in-toto installed:</p> | ||
|
||
<pre class="code"> | ||
pip install -e git+https://github.com/in-toto/[email protected]#egg=in-totov0.2.3.dev5 | ||
pip install in-toto | ||
</pre> | ||
|
||
<hr> | ||
|