Change install doc guideline from pip to pipx and mention minimum Python version

This commit is contained in:
Micah Jerome Ellison 2020-04-04 14:21:13 -07:00
parent 42e22950b1
commit 79d2bd5ec7

View file

@ -3,16 +3,16 @@
## Installation ## Installation
On OS X, the easiest way to install *jrnl* is using On OS X, the easiest way to install *jrnl* is using
[Homebrew](http://brew.sh/) [Homebrew](http://brew.sh/):
``` sh ``` sh
brew install jrnl brew install jrnl
``` ```
On other platforms, install *jrnl* using pip On other platforms, install *jrnl* using [Python](https://www.python.org/) 3.6+ and [pipx](https://pipxproject.github.io/pipx/):
``` sh ``` sh
pip install jrnl pipx install jrnl
``` ```
The first time you run `jrnl` you will be asked where your journal file The first time you run `jrnl` you will be asked where your journal file