Skip to content

Commit c313b46

Browse files
committed
how to install added.
1 parent ccdd726 commit c313b46

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

003 - D5L Dictionary/README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
![Views Counter](https://views-counter.vercel.app/badge?pageId=https%3A%2F%2Fgithub%2Ecom%2Fstorlak%2FPythonMiniProjects&leftColor=000000&rightColor=0adb3f&type=total&label=Viewers&style=none)
1313

1414
# CONTENTS
15+
1516
1. [Introduction](#introduction)
16-
2. [How to use?](#how-to-use)
17-
3. [Roadmap](#roadmap)
18-
4. [Known issues](#known-issues)
17+
2. [How to Install?](#how-to-install)
18+
3. [How to use?](#how-to-use)
19+
4. [Roadmap](#roadmap)
20+
5. [Known issues](#known-issues)
21+
6. [Contact & Forum & Wiki](#contact)
1922

2023
**********************************
2124

@@ -30,6 +33,21 @@ The main goal of D5L dictionary is to find meaning, synonym and antonym of words
3033
- Requirements: Tkinter, Messagebox, Pymultidictionary.
3134
- Use help menu (F1) to contact further info.
3235

36+
## How to Install
37+
38+
Various ways of installing the D5L:
39+
40+
- Fork the repository to your Github and run main.py
41+
- Download the .exe file for windows.
42+
- Install via flathub (soon!) for Linux.
43+
- Download .deb file for Linux.
44+
- Download main.py, constants,py, gui_utils.py, menu_utils.py and run main.py
45+
- main.py for English.
46+
- main_fr.py for French. (not functional yet)
47+
- main_ru.py for Russian. (not functional yet)
48+
- main_ch.pt for Chinese. (not functional yet)
49+
- main_tr.py for Turkish. (not functional yet)
50+
3351
Installing necessary modules:
3452

3553
```

0 commit comments

Comments
 (0)