OmkarPathak / pygorithm

A Python module for learning all major algorithms
MIT License
4.41k stars 510 forks source link

importing strings package #65

Closed dutraneto closed 7 years ago

dutraneto commented 7 years 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)

OmkarPathak commented 7 years ago

Can you elaborate the problem with some of the error messages if possible

IanDoarn commented 7 years ago

@OmkarPathak when was the last time you updated to pypi repo using twine?

IanDoarn commented 7 years ago

@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

OmkarPathak commented 7 years ago

@IanDoarn I had updated the pypi repo about 2 weeks ago