Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ The facial recognition module is called: Venom
- [Git](https://git-scm.com/downloads)
- [New terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=en-us&gl=us) (to display emojis) # only for windows

```
$ git clone https://github.com/N0rz3/Eyes.git
$ cd ./Eyes
$ pip3 install -r requirements.txt
```console
git clone https://github.com/N0rz3/Eyes.git
cd Eyes/
pip3 install -r requirements.txt
```

Eyes is very easy to use and not at all complex 🤙

### 🏄 Usage

```
```console
usage: python eyes.py [-h] [-m] [email]

positional arguments:
Expand Down