Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CAPESandbox/sflock
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriy Brukhovetskyy committed Jul 23, 2024
2 parents 3f6e12a + 9513e63 commit 2030789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ $ sudo apt-get install p7zip-full rar unace-nonfree cabextract lzip libjpeg8-dev
Installation of sflock itself may be done as follows.

```bash
$ sudo pip install -U sflock2
$ sudo pip install -U "sflock2[linux]"
```

Or in a virtualenv environment.

```bash
(venv)$ pip install -U sflock2
(venv)$ pip install -U "sflock2[linux]"
```

Supported archives
Expand Down

0 comments on commit 2030789

Please sign in to comment.