pwwang / pymedoo

A lightweight database framework for python
MIT License
15 stars 4 forks source link

Package branched on pypi #9

Closed pwwang closed 3 years ago

pwwang commented 3 years ago

It seems like thats the last vesion on pip see Release history

Originally posted by @shkumbinhasani in https://github.com/pwwang/pymedoo/issues/6#issuecomment-799797543

@shkumbinhasani Ah, good catch. I was accidently branched another one on pypi: https://pypi.org/search/?q=medoo

Will fix it soon. For a temporary solution, use

pip install -U pymedoo
shkumbinhasani commented 3 years ago

Great Stuff! Keep it up

pwwang commented 3 years ago

Should be fixed now.

You should be able to install it by

pip install -U medoo

Feel free to reopen or open new issues if you have any other questions.