Thursday, 4 February 2021

Install termpdf.py

 $ git clone https://github.com/dsanson/termpdf.py

Cloning into 'termpdf.py'...

remote: Enumerating objects: 298, done.

remote: Total 298 (delta 0), reused 0 (delta 0), pack-reused 298

Receiving objects: 100% (298/298), 2.41 MiB | 982.00 KiB/s, done.

Resolving deltas: 100% (163/163), done.

$ cd termpdf.py

$ pip3 install -r requirements.txt
Requirement already satisfied: PyMuPDF in /usr/local/lib/python3.8/dist-packages (from -r requirements.txt (line 1)) (1.18.7)
Collecting pdfrw
  Downloading pdfrw-0.4-py2.py3-none-any.whl (69 kB)
     |████████████████████████████████| 69 kB 388 kB/s 
Collecting pyperclip
  Downloading pyperclip-1.8.1.tar.gz (20 kB)
Collecting pybtex
  Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB)
     |████████████████████████████████| 561 kB 1.0 MB/s 
Collecting pynvim
  Downloading pynvim-0.4.2.tar.gz (42 kB)
     |████████████████████████████████| 42 kB 295 kB/s 
Collecting roman
  Downloading roman-3.3-py2.py3-none-any.whl (3.9 kB)
Collecting pagelabels
  Downloading pagelabels-1.2.0-py3-none-any.whl (17 kB)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from pybtex->-r requirements.txt (line 4)) (1.14.0)
Requirement already satisfied: PyYAML>=3.01 in /usr/lib/python3/dist-packages (from pybtex->-r requirements.txt (line 4)) (5.3.1)
Collecting latexcodec>=1.0.4
  Downloading latexcodec-2.0.1-py2.py3-none-any.whl (18 kB)
Collecting greenlet
  Downloading greenlet-1.0.0-cp38-cp38-manylinux2010_x86_64.whl (165 kB)
     |████████████████████████████████| 165 kB 4.7 MB/s 
Collecting msgpack>=0.5.0
  Downloading msgpack-1.0.2-cp38-cp38-manylinux1_x86_64.whl (302 kB)
     |████████████████████████████████| 302 kB 7.5 MB/s 
Building wheels for collected packages: pyperclip, pynvim
  Building wheel for pyperclip (setup.py) ... done
  Created wheel for pyperclip: filename=pyperclip-1.8.1-py3-none-any.whl size=11118 sha256=0a59da312032d58e811e4a0195aed03b888ca6c604fa7479bd69d57be1efc3fe
  Stored in directory: /home/dhwan/.cache/pip/wheels/67/0c/ba/1468f38115898442e13f99a19a8dcf1e0ca73488053ef7b388
  Building wheel for pynvim (setup.py) ... done
  Created wheel for pynvim: filename=pynvim-0.4.2-py3-none-any.whl size=41846 sha256=674f82ef10cefe03bbc3dab21555e1813be836f117a066a5f2460b66e7fa5016
  Stored in directory: /home/dhwan/.cache/pip/wheels/13/95/6a/a49142c1e56ea4faedade750a9c98ec65c4ae1561dd8813b43
Successfully built pyperclip pynvim
Installing collected packages: pdfrw, pyperclip, latexcodec, pybtex, greenlet, msgpack, pynvim, roman, pagelabels

  WARNING: The scripts pybtex, pybtex-convert and pybtex-format are installed in '/home/dhwan/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  WARNING: The script roman is installed in '/home/dhwan/.local/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Successfully installed greenlet-1.0.0 latexcodec-2.0.1 msgpack-1.0.2 pagelabels-1.2.0 pdfrw-0.4 pybtex-0.24.0 pynvim-0.4.2 pyperclip-1.8.1 roman-3.3

Share:

0 comments:

Post a Comment