Hi I want to install a module on python 3.6 on Ubuntu I want to install this https://github.com/dpifke/pifkoin because you can you altcoins with it and i cant find a way to use altcoins only btc any help.
    python3 setup.py install
    Traceback (most recent call last):
    File "setup.py", line 32, in <module>
    version=os.environ['VERSION'],
     File "/usr/local/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
    KeyError: 'VERSION'