https://github.com/annotation/text-fabric
Raw File
Tip revision: a09b09b3f5b2ccc1ebf0d87a0415843b6a50a77b authored by Dirk Roorda on 28 March 2019, 16:40:19 UTC
display number of results in TF browser
Tip revision: a09b09b
azbnsetup.sh
#!/bin/sh

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