Installation
Install apprentice with pip.
# If your system uses only python3
pip install pyapprentice --user
# If you have mixed python2 and 3 do this
pip3 install pyapprentice --user
# If you haven't done so already, this makes your terminal find the app- runscripts
export PATH=~/.local/bin:$PATHLast updated
Was this helpful?