Skip to content

Commit 4cd9a9d

Browse files
committed
Update README.md
1 parent 545d150 commit 4cd9a9d

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ We have an official [chat room on Gitter](https://gitter.im/DragonComputer/Lobby
5353

5454
## Getting Started
5555

56-
| | |
57-
|-------------------------|-----------------------------------|
58-
| **Operating systems** | Linux |
59-
| **Python versions** | Python 3.x (64-bit) |
60-
| **Distros** | KDE neon, elementary OS, Ubuntu |
61-
| **Package managers** | APT, pip |
62-
| **Languages** | English |
63-
| **System requirements** | A decent GPU, 2GB free RAM |
64-
| | |
56+
| | |
57+
|-------------------------|-----------------------------------------|
58+
| **Operating systems** | Linux |
59+
| **Python versions** | Python 3.x (64-bit) |
60+
| **Distros** | KDE neon, elementary OS, Ubuntu |
61+
| **Package managers** | APT, pip |
62+
| **Languages** | English |
63+
| **System requirements** | a [CUDA supported GPU](https://www.geforce.com/hardware/technology/cuda/supported-gpus), 2GB of free RAM |
64+
| | |
6565

6666
**Supported Distributions:** KDE neon, elementary OS and Ubuntu. All modern releases (Ubuntu 12.04 LTS and above) of these distributions are fully supported. Any other Ubuntu based distributions are partially supported.
6767

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
2424

2525
#### Supported Environments
2626

27-
| | |
28-
|-------------------------|-----------------------------------|
29-
| **Operating systems** | Linux |
30-
| **Python versions** | Python 3.x (64-bit) |
31-
| **Distros** | KDE neon, elementary OS, Ubuntu |
32-
| **Package managers** | APT, pip |
33-
| **Languages** | English |
34-
| **System requirements** | A decent GPU, 2GB free RAM |
35-
| | |
27+
| | |
28+
|-------------------------|-----------------------------------------|
29+
| **Operating systems** | Linux |
30+
| **Python versions** | Python 3.x (64-bit) |
31+
| **Distros** | KDE neon, elementary OS, Ubuntu |
32+
| **Package managers** | APT, pip |
33+
| **Languages** | English |
34+
| **System requirements** | a [CUDA supported GPU](https://www.geforce.com/hardware/technology/cuda/supported-gpus), 2GB of free RAM |
35+
| | |
3636

3737
### Installation
3838

3939
Download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:
4040

4141
```Shell
42-
sudo dpkg -i dragonfire_0.9.7_amd64.deb
42+
sudo dpkg -i dragonfire_0.9.8_amd64.deb
4343
```
4444

4545
<sup><i>To install the dependencies run `sudo apt-get -f install` right after the `dpkg -i` command. The installation will automatically download the pre-trained English model of Mozilla DeepSpeech (1.31 GB download size) and will place it under `/usr/share/deepspeech/models` directory. You can manually [download the model](https://github.com/mozilla/DeepSpeech/releases/download/v0.1.1/deepspeech-0.1.1-models.tar.gz) if you want.</i></sup>

0 commit comments

Comments
 (0)