Skip to content

Commit abe20c4

Browse files
committed
Added PyPI installation documentation.
1 parent 9211981 commit abe20c4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Installation
44

5-
* [Fedora installation](fedora-installation.md)
5+
* [PyPI installation](pypi-installation.md)
66
* [System installation](system-installation.md)
77
* [Virtual environment installation](virtualenv-installation.md)
8+
* [Fedora installation](fedora-installation.md)
89
* [Windows installation](windows-installation.md)
910

1011
## Usage

docs/pypi-installation.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# PyPI installation
2+
3+
1. Install this application using Python package manager:
4+
```
5+
pip3 install --user wloc
6+
```
7+
2. Run the installed application:
8+
```
9+
wloc --help
10+
```

0 commit comments

Comments
 (0)