0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

Updated README.md.in

This commit is contained in:
Bert van der Weerd 2022-01-06 12:08:54 +00:00
parent 52a5a52f7f
commit f1dbf63c20
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 2 additions and 2 deletions

View file

@ -131,6 +131,6 @@ make librewolf
``` ```
2. <python-package-1> requires <python-package-2, which is not installed. 2. <python-package-1> requires <python-package-2, which is not installed.
``` ```
pip3 install <python-package=2> pip3 install <python-package-2>
``` ```
And retry. And retry.

View file

@ -131,6 +131,6 @@ make librewolf
``` ```
2. <python-package-1> requires <python-package-2, which is not installed. 2. <python-package-1> requires <python-package-2, which is not installed.
``` ```
pip3 install <python-package=2> pip3 install <python-package-2>
``` ```
And retry. And retry.