https://github.com/annotation/text-fabric
Raw File
Tip revision: a210719580467011a442d1b8ca6d4731bdba8f67 authored by Dirk Roorda on 21 May 2019, 15:54:27 UTC
performance of search tweaked
Tip revision: a210719
azbnsetup.sh
#!/bin/sh

cd ~/anaconda3_501/bin
./pip3.6 install text-fabric
back to top