Hi, I'm using Python 3.4.2 and run into the following error when trying to import 'bashplotlib': ``` ImportError: No module named 'bashplotlib' ``` It happens when importing it in my project with the example of the README as follows: ``` from bashplotlib.histogram import plot_hist ``` I installed the package with the following command: ``` sudo pip3 install bashplotlib ``` And it's listed under the installed packaged. Could you help me with this?