Error installing package

Hi everyone,

Long story short, how do I install the package/module provided in the link below ?

From the link below I downloaded a BitVavo API wrapper.

https://github.com/bitvavo/php-bitvavo-api

The downloaded folder ‘python_bitvavo_api’ has these files: bitvavo.py and test.py
Now maybe I made the wrong assumption but assuming this is a package I placed the folder in the pkgs folder inside the Anaconda3
folder.

Inside my Anaconda virtual space I typed the install command in my terminal: pip install python-bitvavo-api After pressing enter I get no message but the import codes on my script turn gray. When I open the Anaconda navigator it doesn’t show a bitvavo package in the list.

Does anyone know what I do wrong ? Thanks in advance !