We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9211981 commit abe20c4Copy full SHA for abe20c4
docs/README.md
@@ -2,9 +2,10 @@
2
3
## Installation
4
5
- * [Fedora installation](fedora-installation.md)
+ * [PyPI installation](pypi-installation.md)
6
* [System installation](system-installation.md)
7
* [Virtual environment installation](virtualenv-installation.md)
8
+ * [Fedora installation](fedora-installation.md)
9
* [Windows installation](windows-installation.md)
10
11
## Usage
docs/pypi-installation.md
@@ -0,0 +1,10 @@
1
+# PyPI installation
+
+ 1. Install this application using Python package manager:
+ ```
+ pip3 install --user wloc
+ 2. Run the installed application:
+ wloc --help
0 commit comments