Skip to content

Commit

Permalink
Merge pull request #3 from usdAG/develop
Browse files Browse the repository at this point in the history
Add installation instruction to README.md
  • Loading branch information
qtc-de authored Aug 25, 2022
2 parents 4bbd670 + 6fb6513 commit 5ab05c0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,19 @@ utility with an extended feature set and improved base functionality.

----

*slipit* can be installed via [pip](https://pypi.org/project/pip/) by running the following commands:
*slipit* can be installed via [pip](https://pypi.org/project/pip/):

```console
$ git clone https://github.com/usdAG/slipit
$ cd slipit
$ python3 setup.py sdist
$ pip3 install --user dist/*
[user@host ~]$ pip3 install --user slipit
```

You can also build slipit from source by running the following commands:

```console
[user@host ~]$ git clone https://github.com/usdAG/slipit
[user@host ~]$ cd slipit
[user@host slipit]$ python3 setup.py sdist
[user@host slipit]$ pip3 install --user dist/*
```

*slipit* also supports autocompletion for *bash*. To take advantage of autocompletion, you need to have the
Expand Down

0 comments on commit 5ab05c0

Please sign in to comment.