Skip to content

Commit 6ca2e85

Browse files
committed
Update v1.0
1 parent 5ba8f53 commit 6ca2e85

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build/
2+
dist/
3+
*.egg-info/
4+
__pycache__/

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,14 @@ Graphpython covers external reconnaissance, authentication/token manipulation, e
5656

5757
## Install
5858

59-
> Reformatted entire codebase, more installation options are available now. PyPi install will be supported soon.
60-
61-
Either install via pip:
59+
Install via git and pip:
6260
```
6361
git clone https://github.com/mlcsec/Graphpython.git
6462
cd Graphpython
6563
pip install .
6664
Graphpython -h
6765
```
68-
Or run as before via git and Python3:
66+
Or run manually with Python3:
6967
```
7068
git clone https://github.com/mlcsec/Graphpython.git
7169
cd Graphpython

0 commit comments

Comments
 (0)