-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from meanrin/updates-for-pypi
Updates for pypi
- Loading branch information
Showing
2 changed files
with
26 additions
and
15 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,6 +1,6 @@ | ||
# CredSweeper | ||
|
||
<img src="doc/images/Logo.png" width="500"/> | ||
<img src="https://raw.githubusercontent.com/Samsung/CredSweeper/main/doc/images/Logo.png" width="500"/> | ||
|
||
## Table of Contents | ||
|
||
|
@@ -30,27 +30,23 @@ CredSweeper is a tool to detect credentials in any directories or files. CredSwe | |
### Installation | ||
#### Via pip | ||
|
||
Stable (release 1.0.0): | ||
``` bash | ||
# With Ml validation feature | ||
$ pip install git+https://github.com/Samsung/[email protected] | ||
Without Ml validation feature | ||
```bash | ||
pip install credsweeper | ||
``` | ||
|
||
Latest (current master branch): | ||
``` bash | ||
# Without Ml validation feature | ||
$ pip install git+https://github.com/Samsung/CredSweeper.git | ||
# With Ml validation feature | ||
$ pip install CredSweeper[ml]@git+https://github.com/Samsung/CredSweeper.git | ||
With Ml validation feature | ||
```bash | ||
pip install credsweeper[ml] | ||
``` | ||
|
||
#### Via git clone (dev install) | ||
|
||
``` bash | ||
$ git clone https://github.com/Samsung/CredSweeper.git | ||
$ cd CredSweeper | ||
git clone https://github.com/Samsung/CredSweeper.git | ||
cd CredSweeper | ||
# Annotate "numpy", "scikit-learn", and "tensorflow" if you don't want to use the ML validation feature. | ||
$ pip install -qr requirements.txt | ||
pip install -qr requirements.txt | ||
``` | ||
|
||
### Run | ||
|
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