watsonpy / watson-framework

A Python 3 web app framework.
BSD 3-Clause "New" or "Revised" License
104 stars 12 forks source link

watson-console.py command not found #21

Closed tkovalsky closed 7 years ago

tkovalsky commented 7 years ago

either the documentation is missing some key elements, or the app is broken.

installed dependencies in virtualenv with pip. when I go to generate the example project using

watson-console.py project new sample.com.local

I get this error: -bash: watson-console.py: command not found

my requirements look like: (watson) $ pip freeze

Jinja2==2.8
MarkupSafe==0.23
Pygments==1.6
watson-cache==1.1.0
watson-common==1.4.2
watson-console==2.0.2
watson-dev==3.0.0
watson-di==2.2.0
watson-events==1.0.3
watson-filters==1.0.0
watson-form==3.1.3
watson-framework==3.3.5
watson-html==1.2.0
watson-http==1.2.4
watson-mail==1.0.2
watson-routing==1.1.1
watson-validators==1.0.2
simoncoulton commented 7 years ago

Hi @tkovalsky, it's actually just watson-console. I've updated the docs to reflect this change in the next version.