jscott1989 / python-pipedrive

Python API for interacting with the pipedrive.com API
MIT License
93 stars 43 forks source link

How can I install this package? #19

Closed sowinski closed 4 years ago

sowinski commented 4 years ago

Hi,

1) how can I install this library? 2) Is it still working?

I tried: pip3 install python-pipedrive

But import does not work.

>>> from pipedrive import Pipedrive
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'Pipedrive'
matheusrossato commented 4 years ago

Download the zip or clone this repo into yours project folder.

If zip, you can try pip install python-pipedrive-master.zip or in the IDE you can import the zip. If cloned, python ./setup.py.

sowinski commented 4 years ago

Badly written code. I was able to fix my issue. Thank you