mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Change install doc guideline from pip to pipx and mention minimum Python version
This commit is contained in:
parent
42e22950b1
commit
79d2bd5ec7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue