Readme update.

This commit is contained in:
2022-10-02 15:10:58 +02:00
parent 91c31067d0
commit 918a949605
2 changed files with 6 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ Midnight Commander extfslib
Midnight Commander extfslib helper library for writing extfs archive plugins. Midnight Commander extfslib helper library for writing extfs archive plugins.
Description Description
=========== ===========
@@ -15,7 +16,7 @@ those which operates on different kind of archives.
Simplest plugin built on top of this lib would be: Simplest plugin built on top of this lib would be:
.. code::python .. code:: python
import extfslib import extfslib
@@ -63,19 +64,19 @@ Installation
Install from Pypi Install from Pypi
.. code::shell-session .. code:: shell-session
# pip install extfslib # pip install extfslib
or, as a user: or, as a user:
.. code::shell-session .. code:: shell-session
$ pip install extfslib --user $ pip install extfslib --user
or use virtualenv: or use virtualenv:
.. code::shell-session .. code:: shell-session
$ git clone https://github.com/gryf/mc_extfslib $ git clone https://github.com/gryf/mc_extfslib
$ cd mc_extfslib $ cd mc_extfslib
@@ -83,15 +84,6 @@ or use virtualenv:
$ source venv/bin/activate $ source venv/bin/activate
(venv) $ pip install (venv) $ pip install
See individual installation plugins below. Basically it comes down to:
* copying ``extfslib.py`` and plugin files to ``~/.local/share/mc/extfs.d/``
* installing binary handlers (lha, unlzx, xdms and unadf)
* adding an entry in ``~/.config/mc/mc.ext``::
# arch
regex/\.pattern$
Open=%cd %p/handler_filename://
License License
======= =======

View File

@@ -21,7 +21,7 @@ license_file = LICENSE
long_description = file: README.rst long_description = file: README.rst
name = extfslib name = extfslib
url = https://github.com/gryf/mc_extfslib url = https://github.com/gryf/mc_extfslib
version = 1.0 version = 1.1
[options] [options]
py_modules = extfslib py_modules = extfslib