Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed May 15, 2024
1 parent 03e27eb commit 9b8766c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,23 +192,25 @@ Enabling debug messages additionally shows:

## Installation

#### Installing from PyPI
### Installing from PyPI

Install `python3` and `python3-pip` (or `python-pip`), then run

```bash
$ pip install tird
```

#### Building and installing the package on Debian and Ubuntu-based distros
### Building and installing the package on `deb`-based distros

It's easy to build a `deb` package with the latest git snapshot. Install the build dependencies:
It's easy to build a `deb` package for Debian and Ubuntu-based distros with the latest git snapshot.

Install the build dependencies:

```bash
$ sudo apt install make fakeroot
```

Clone the repo:
Clone the repo (if `git` is already installed):

```bash
$ git clone https://github.com/hakavlad/tird.git && cd tird
Expand All @@ -226,7 +228,7 @@ Install or reinstall the package:
$ sudo make install-deb
```

#### Standalone executables
### Standalone executables

Standalone executables (made with [PyInstaller](https://pyinstaller.org/en/stable/)) are also available (see [Releases](https://github.com/hakavlad/tird/releases)) for MS Windows and Linux amd64.

Expand Down

0 comments on commit 9b8766c

Please sign in to comment.