Skip to content
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@

<br>

- [x] Make sure you have an [API-KEY](https://en.wikipedia.org/wiki/API_key) which you can get after regitering at [VirusTotal](https://www.virustotal.com/gui/home/upload)
- [x] Make sure you have an [API-KEY](https://en.wikipedia.org/wiki/API_key) which you can get after registering at [VirusTotal](https://www.virustotal.com/gui/home/upload)

- [x] You must have Latest version of [`Python3`](https://www.python.org/downloads/) already installed.

- [x] You must have [`pip`](https://github.com/pypa/pip) in your system.

- [x] have [`git`](https://github.com/git-guides/install-git) present in your system or you can download ZIP of the repo
- [x] You must have [`git`](https://github.com/git-guides/install-git) present in your system or you can download a ZIP of the repo
<br>
<br>
<br>
Expand Down Expand Up @@ -116,31 +116,31 @@ python3 -m tkinter
<br>
<br>


- __Debian__
If tkinter is not installed, you can install it with one of these commands:
- __Debian (APT)__

```
sudo apt-get install python-tk
```
<br>

- __Arch Linux__
- __Arch Linux (PACMAN)__

```
sudo pacman -S tk
```

<br>

- __Fedora__
- __Fedora (DNF)__

```
sudo dnf install python3-tkinter
```

<br>

- __RHEL, CentOS, Oracle Linux__
- __RHEL, CentOS, Oracle Linux (YUM)__

```
sudo yum install -y tkinter tk-devel
Expand Down