Skip to content

Commit

Permalink
Documenta no README.md formas de instalação, cria requirements_dev.
Browse files Browse the repository at this point in the history
Tag: 1.0
  • Loading branch information
danbros committed Aug 12, 2019
1 parent 968c15c commit e8153df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

O KLplus é um Keylogger simples para OS Linux.

### Guia de instalação:

#### Requisitos:
* OS Linux
* PIP


Instalar pacote diretamente deste repositório usando .whl (requer pacote [wheel](https://pypi.org/project/wheel/)) (Recomendado):
`pip install /~https://github.com/user/repository/archive/branch.whl`

Ou usando GIT (egg):
`pip install git+/~https://github.com/danbros/KLplus.git#egg=KLplus`

Ou zip:
`pip install /~https://github.com/danbros/KLplus/archive/master.zip`


Depois execute o script plus_kl.py


### Autoria e contribuições:

Expand Down
4 changes: 4 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pip==19.1.1
wheel==0.33.4
-r requirements.txt
twine==1.13.0

0 comments on commit e8153df

Please sign in to comment.