Revision c0eed59a7de5022136c4e2bf425cecbf2863c4b1 authored by Dirk Roorda on 30 June 2020, 16:01:17 UTC, committed by Dirk Roorda on 30 June 2020, 16:01:17 UTC
1 parent cf19fc7
Raw File
azbnsetup.sh
#!/bin/sh

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