zaghloul404 / englishidioms

An efficient Python package for detecting and identifying English idiomatic expressions and phrases within sentences.
MIT License
11 stars 3 forks source link

cannot install via pip #1

Open alirezatav opened 6 months ago

alirezatav commented 6 months ago

Hi dear Mahmud,

Firstly, I want to say thank you. It is an amazing library. However, it seems that it cannot be installed using pip.

ERROR: Could not find a version that satisfies the requirement englishidioms (from versions: none) ERROR: No matching distribution found for englishidioms

zaghloul404 commented 6 months ago

interesting, i've tested pip on multiple machines and it works for me. maybe try specifying the latest release version like pip install englishidioms==0.1.0

let me know if that works