Skip to content

Commit

Permalink
docs: make pipx the recommended way of installation
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Oct 27, 2023
1 parent 74121b1 commit 7a55a01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ A advanced command-line plugin uploader/installer/manager for atlassian
server and cloud instances (Confluence/Jira) written in python(3).

## Installation
### pipx (recommended)

### pip (recommended)
```bash
pipx install pluploader
```


### pip

```bash
pip3 install pluploader
Expand Down

0 comments on commit 7a55a01

Please sign in to comment.