File: installation.rst

package info (click to toggle)
fastchunking 0.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: cpp: 490; python: 384; makefile: 197
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

Run::

   $ pip install fastchunking

.. note::
   For performance reasons, parts of this library are implemented in C++.
   Installation from a source distribution, thus, requires availability of a
   correctly configured C++ compiler.