Closed dutraneto closed 7 years ago
Can you elaborate the problem with some of the error messages if possible
@OmkarPathak when was the last time you updated to pypi repo using twine?
@dutraneto For now download this repository and run python setup.py install
I think the pypi repo is out of date and needs to be updated with our latest master branch
@IanDoarn I had updated the pypi repo about 2 weeks ago
I tried import the package string like this: from pygorithm import strings (like the documentation says). But a only figured that when I typed: from pygorithm import string (like the pypi repository)