Verification

Command Line

To verify if the installation was successful, open the Command Line and type this command:

$ python
Python 3.6.5 (default, Apr 12 2018, 22:45:43)
[GCC 7.3.1 20180312] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import producti_gestio
>>> producti_gestio.__version__
'0.7.0'

If all went well, your installation if verified, else if you get an ImportError, try reinstalling it.