Unable to create crewai project

I have the same problem.

Working on windows, using python 3.12.

I had to use the command pip install crewai crewai-tools chroma-hnswlib==0.7.5 chromadb==0.5.4 because of errors.

After that $ pip freeze | grep crewai
crewai==0.11.2
crewai-tools==0.0.1

but when i try to create the project crewai create crew MyProject:
crewai: command not found

Anyone knows the reason? Everything is under a venv.