falcopackages / falco-cli

Enhance your Django developer experience: CLI and Guides for the Modern Django Developer.
https://falco.oluwatobi.dev/
Other
365 stars 17 forks source link

WARNING: falco-cli 0.22.3 does not provide the extra 'just' #101

Closed wilecoyote1 closed 3 months ago

wilecoyote1 commented 3 months ago

on windows 10, powershell 7.44

when i launch the command

pip install --upgrade "falco-cli[just]"

i've got

WARNING: falco-cli 0.22.3 does not provide the extra 'just'

after that, the command

just

return

just: The term 'just' is not recognized as a name of a cmdlet, function, script file, or executable program.

Tobi-De commented 3 months ago

Oh yes, the project from which I'm installing just (this one) does not support Windows. I should have mentioned that in the README. You'll need to install just manually. You can get it with Chocolatey or Winget:

https://just.systems/man/en/chapter_4.html

choco install just
winget install --id Casey.Just --exact