Installing backshift via pip (below are three methods; pick one of the three):
- For CPython 3.x (slow, but should work fine):
- python3 -m virtualenv ~/backshift
- source ~/backshift/bin/activate
- python3 -m pip install backshift
- For CPython 3.x plus a little Cython for speed:
- python3 -m virtualenv ~/backshift
- source ~/backshift/bin/activate
- python3 -m pip install backshift pyx-treap rolling-checksum-pyx-mod
- For Pypy3 (fast without the Cython - in fact it might be slower with the cython):
- pypy3 -m virtualenv ~/backshift
- source ~/backshift/bin/activate
- pypy3 -m pip install backshift